cakephp-upload icon indicating copy to clipboard operation
cakephp-upload copied to clipboard

Support for chunking

Open maartenvr98 opened this issue 3 years ago • 1 comments

Hi.

Does this library support any form or chunked uploading or is it possible to create something custom to support this?

I'm using dropzone.js for my uploads and I want to upload large files and the best way to do that without dealing with server limits and server timeouts is with chunked uploads.

Reference for dropzone.js chunked configuration: https://docs.dropzone.dev/configuration/basics/configuration-options

maartenvr98 avatar Nov 17 '22 16:11 maartenvr98

I would think streaming the file would be a better choice?

davidyell avatar Nov 17 '22 18:11 davidyell