FriendsOfCake/cakephp-upload

Support for chunking

maartenvr98 opened this issue · 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

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