Plupload's chunked upload feature¶
Since version 1.1.0 the chunked upload feature of plupload is officially supported.
See plupload documentation for more information: http://plupload.com/docs/Chunking
It's recommended not to use too small chunks as each upload operation is expensive regarding performance (DB request, FE user check, etc.).