Bora
Bora

Reputation: 10717

Multi part file uploading method

Im trying to upload faster. My connection upload limit is ~2Mbit and upload speed is ~200Kb. When i try to upload 10Mb file, it finished ~50 secs. I want to do faster.

Is there any method like that multi part file uploading. For example process:

  1. Select file (10000Kb)
  2. Submit form
  3. Split into pieces the file (100kb x 100 pieces)
  4. Upload them all at once
  5. Merge pieces and save the file

This upload method is possible? I read about Content-Range and Chunked file uploads but i did not know exactly where to look.

Is that may guide me in this regard? Or does anyone know of an alternative fast upload method?

enter image description here

Upvotes: 0

Views: 458

Answers (1)

Sahistaja
Sahistaja

Reputation: 34

Jumploader does partitioned uploads. I'm not quite sure, if these are simultaneous or not.

http://jumploader.com/

Upvotes: -1

Related Questions