Mobile app version of vmapp.org
Login or Join
Sarah324

: Now in 2015 it is possible to do even without flash(as mentioned in @thomasrutter's answer), using usual js/ajax. Here is the one of the plugins (perhaps the most popular one) https://github.com/blueimp/jQuery-File-Upload

@Sarah324

Now in 2015 it is possible to do even without flash(as mentioned in @thomasrutter 's answer), using usual js/ajax. Here is the one of the plugins (perhaps the most popular one) github.com/blueimp/jQuery-File-Upload
it supports chunked upload
github.com/blueimp/jQuery-File-Upload/wiki/Chunked-file-uploads#how-do-chunked-uploads-work

If maxChunkSize is set to an integer value greater than 0, the File
Upload plugin splits up files with a file size bigger than
maxChunkSize into multiple blobs and submits each of these blobs to
the upload url in sequential order.


so, theoretically it should not matter how big your file is, 2 GB or 20 GB, it will send the data part by part.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Sarah324

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme