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

How to upload files in parallel #874

Closed
sahil1989 opened this issue Aug 25, 2017 · 4 comments
Closed

How to upload files in parallel #874

sahil1989 opened this issue Aug 25, 2017 · 4 comments

Comments

@sahil1989
Copy link

Currently the files are getting uploaded in series means next file start uploading only when the previous file has completed uploading, how to upload these files in parallel, means other file not dependent on other file. Is there any tweak or any method available in the uploader which I could use

@figuerres
Copy link

HTTP has a built in limit on what a client connection can do.
to upload multiple files parallel then you need to upload with ftp or some other method.

@adrianfaciu
Copy link

@valorkin might be an idea to add @figuerres as a memeber, if he wants to, so he can directly close these kind of issues 😉

@omardoma
Copy link

omardoma commented Jul 9, 2019

Hello guys, I have written a new uploader library that solves this issue, have a look at it: ng-uploader

@conet
Copy link

conet commented May 7, 2020

Closing this with the statement that "parallel uploads are not useful or possible" is silly, can you please consider PR #1059? Uploading a lot of small files to cloud storage or s3 can benefit from parallelization a lot.

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

5 participants