HTML 5 chunked file upload |
Hello kilishan,
Plupload (wordpress use plupload) - https://github.com/moxiecode/plupload-ha...andler.php Resumable.js - https://github.com/23/resumable.js/blob/...n%20PHP.md blueimp/jQuery-File-Upload https://github.com/blueimp/jQuery-File-U...andler.php The file api read the file in small parts and send it to the server per javascript. the advantages are: - upload big files - if one part can not be uploaded, you do not need upload the entire file. - upload_max_filesize and post_max_size a not affected It is a stupid feature requests from me and the priority is very low. edit: @marksman it is ci 4 feature requests not a help request. |
Messages In This Thread |
HTML 5 chunked file upload - by Paradinight - 06-24-2016, 10:28 PM
RE: HTML 5 chunked file upload - by kilishan - 06-24-2016, 10:48 PM
RE: HTML 5 chunked file upload - by derekt - 10-29-2019, 06:49 PM
RE: HTML 5 chunked file upload - by marksman - 06-24-2016, 11:39 PM
RE: HTML 5 chunked file upload - by Paradinight - 06-25-2016, 12:10 AM
RE: HTML 5 chunked file upload - by marksman - 06-25-2016, 03:05 AM
RE: HTML 5 chunked file upload - by MGatner - 11-01-2019, 04:52 AM
|