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

sequential and concurrent uploads #337

Open
iToshk opened this issue Nov 16, 2017 · 3 comments
Open

sequential and concurrent uploads #337

iToshk opened this issue Nov 16, 2017 · 3 comments

Comments

@iToshk
Copy link

iToshk commented Nov 16, 2017

Hello, I know that simultaneousUploads: 1 option make it possible to uploading files keep in order.
(#27)

However, it takes time to upload many files (for examples: 10 ~ 100 or more photos).
So, it is very helpful if there is a way to upload files sequentially and concurrently.

Best,

@AidasK
Copy link
Member

AidasK commented Nov 16, 2017

Why do you need to upload files sequentially? You can add a query parameter to each file which represents file index in the queue.

@AidasK
Copy link
Member

AidasK commented Nov 16, 2017

Oh, and if you don't need files to be uploaded in chunks, then choose a different library.

@iToshk
Copy link
Author

iToshk commented Nov 20, 2017

Thank you for the reply, @AidasK

I'm trying to edit existing system so I need upload photos sequentially because users want to see the photos in order which users selected. (sort by uploaded time)

Hmm... just adding query parameter seems not work in order. Maybe Save each order params in the db or something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants