juliomalegria / django-chunked-upload

Upload large files to Django in multiple chunks, with the ability to resume if the upload is interrupted.
MIT No Attribution
214 stars 71 forks source link

Parallelized Chunk Uploads #45

Open steverecio opened 5 years ago

steverecio commented 5 years ago

It would be great if you could dispatch parallel chunk uploads. Currently, each chunk has to be sent sequentially, waiting for a response from the server to send the next chunk. Would be cool if you could specify the chunk start and end so that chunks could be sent out of order and retried if necessary.

If I find time I'll try to make a PR but just filing this here for now.

jerinpetergeorge commented 4 years ago

@steverecio have you got time to work on this feature?

steverecio commented 4 years ago

Not at the moment but if I can find time in the future I'll try to become more active in this project