Chunking
-
My server has a maximum file size of 64MB. My host won’t give me the option to upgrade this on my current plan. Common problem.
As of Dropzone 5.4 (I believe) they have added support for chunking. That is, uploading LARGE files in chunks. The chunks are then assembled on the server.
My question is- can this be integrated with your plugin? I looked into doing htis myself, but seems to require additional scripts on the server ASP was the only option I understood. But I wonder if you might add this to the plugin road-map?
I would happily pay for this functionality. That’d be really handy.
If I can find a solution I’ll post here, at the moment you might want to take a look at the documentation:
https://gitlab.com/meno/dropzone/wikis/faq#chunked-uploadsAn example:
https://stackoverflow.com/a/49821611/1736170As your plugin doesn’t use REST API (excellent for me, as I allow non-logged in users to upload and REST API breaks on WP in that situation) I couldn’t write a solution. Do you have any pointers?
The page I need help with: [log in to see the link]
- The topic ‘Chunking’ is closed to new replies.