Welcome Guest, Not a member yet? Register   Sign In
HTML 5 chunked file upload
#6

(06-24-2016, 10:48 PM)kilishan Wrote:
(06-24-2016, 10:28 PM)Paradinight Wrote: In HTML5 (File API) you can upload the file in small parts. The small parts are put together on the server.
It would be a nice thing if ci support this.

I'll have to look into the specifics of that, since I'm not overly familiar with it, but I would think that Apache/NGINX would handle that and provide it to PHP in the standard $_FILES array. Can you point to any details about this?
Just adding in another example of one JavaScript library's server requirements to support chunked uploads:
https://pqina.nl/filepond/docs/patterns/api/server/

They have a PHP starter kit here for reference: https://github.com/pqina/filepond-boilerplate-php
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB