HTML 5 chunked file upload |
My two cents... most of these are all front-end solutions for chunking that has the backend server handling the stitching. The original post made it sound like HTML5 has some native support for this, and if that’s true I would definitely be in favor of including support for that in the framework. I’m not into adding a frontend library to handle it - that could be done in a module.
Incidentally I have a files module for CodeIgniter 4 that uses Dropzone and does chunking, if anyone is interested: https://GitHub.com/tattersoftware/codeigniter4-files |
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
|