FriendsOfCake / cakephp-upload

CakePHP: Handle file uploading sans ridiculous automagic
https://cakephp-upload.readthedocs.io/
MIT License
551 stars 255 forks source link

Support for chunking #591

Open maartenvr98 opened 1 year ago

maartenvr98 commented 1 year ago

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

davidyell commented 1 year ago

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