-
Notifications
You must be signed in to change notification settings - Fork 662
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
Comments
HTTP has a built in limit on what a client connection can do. |
@valorkin might be an idea to add @figuerres as a memeber, if he wants to, so he can directly close these kind of issues 😉 |
Hello guys, I have written a new uploader library that solves this issue, have a look at it: ng-uploader |
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. |
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
The text was updated successfully, but these errors were encountered: