Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file upload using HTML5 File API (experiment on dataprep) #607

Closed
kaypark-skt opened this issue Oct 31, 2018 · 1 comment
Closed

file upload using HTML5 File API (experiment on dataprep) #607

kaypark-skt opened this issue Oct 31, 2018 · 1 comment
Assignees
Labels
@dataprep Component Name : Data preparation enhancement Request Change and Feature Enhancement
Milestone

Comments

@kaypark-skt
Copy link
Contributor

Is your feature request related to a problem? Please describe.

It needs to show progress bar and be able to cancel when uploading files

파일 업로드에 진행 상태를 보는 것과 취소가능한 것이 요구됨.

Describe the solution you'd like

We are going to use File API of HTML5.

That API has onProgress event and you can count how much you have sent.

you can stop the file transfer too.
Client is using the plupload library.

HTML5 API를 이용해서 비동기, 백그라운드로 처리를 할 예정임.

Describe alternatives you've considered

Additional context
First applied experiment on data-preparation

@kaypark-skt kaypark-skt added enhancement Request Change and Feature Enhancement @dataprep Component Name : Data preparation labels Oct 31, 2018
@kaypark-skt kaypark-skt changed the title file upload by HTML5 File API (experiment on dataprep) file upload using HTML5 File API (experiment on dataprep) Oct 31, 2018
@kyungtaak
Copy link
Contributor

@joohokim1 이 건에 대해 혹시 공통화 처리가 가능한가요?

@sang-hee-lee sang-hee-lee added this to the 3.1.0 milestone Nov 13, 2018
@joohokim1 joohokim1 modified the milestones: 3.1.0, 3.2.0 Nov 21, 2018
kaypark-skt pushed a commit that referenced this issue Dec 11, 2018
kaypark-skt pushed a commit that referenced this issue Dec 19, 2018
joohokim1 added a commit that referenced this issue Dec 19, 2018
joohokim1 pushed a commit that referenced this issue Dec 20, 2018
* #607 change file upload lib

* #607 use file_upload API

* #607 sheet names are returned in grid response

* #607 removed hard coding which limited the output of snapshots

* #607 fixed wrong merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@dataprep Component Name : Data preparation enhancement Request Change and Feature Enhancement
Projects
None yet
Development

No branches or pull requests

4 participants