Title: Chunking
Last modified: November 17, 2018

---

# Chunking

 *  [callumalden](https://wordpress.org/support/users/callumalden/)
 * (@callumalden)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/chunking-2/)
 * 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-uploads](https://gitlab.com/meno/dropzone/wikis/faq#chunked-uploads)
 * An example:
    [https://stackoverflow.com/a/49821611/1736170](https://stackoverflow.com/a/49821611/1736170)
 * As 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchunking-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [callumalden](https://wordpress.org/support/users/callumalden/)
 * (@callumalden)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/chunking-2/#post-10890680)
 * … here’s a nice bit of script (it allows users to upload large plugins using 
   Chunks within wordpress). Perhaps part of this could be modified and written 
   into your code?
 * [https://github.com/wp-plugins/upload-larger-plugins/blob/master/upload-larger-plugins.php](https://github.com/wp-plugins/upload-larger-plugins/blob/master/upload-larger-plugins.php)
 * Beyond my skills!
 *  [leoch20](https://wordpress.org/support/users/leoch20/)
 * (@leoch20)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/chunking-2/#post-11140875)
 * Dropzone already has a chunk option. How can this be enabled?
 * [https://www.dropzonejs.com/#config-chunking](https://www.dropzonejs.com/#config-chunking)
 *  [mdsabuz](https://wordpress.org/support/users/mdsabuz/)
 * (@mdsabuz)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/chunking-2/#post-11142277)
 * Chunking require update an update to entire plugin. Right now I don’t have any
   plan to do that!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Chunking’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-dropzone.svg)
 * [WP Dropzone](https://wordpress.org/plugins/wp-dropzone/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-dropzone/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-dropzone/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-dropzone/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-dropzone/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-dropzone/reviews/)

## Tags

 * [dropzone](https://wordpress.org/support/topic-tag/dropzone/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [upload](https://wordpress.org/support/topic-tag/upload/)

 * 3 replies
 * 3 participants
 * Last reply from: [mdsabuz](https://wordpress.org/support/users/mdsabuz/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/chunking-2/#post-11142277)
 * Status: not resolved