I can't upload files larger than the PHP max post size. How do I set settings like chunk_size, so that I can upload files that are larger than PHP's max post size?

Comments

atlea’s picture

Hi

Chunk size is set at 1mb and always enabled. Right now you need to spesify a max file size larger than the max post size as plupload is stil honoring the setting. I will add a separate setting for plupload in the future, but right now it should work as long as you specify a large enough max size for the field instance.

Atle

atlea’s picture

Status: Active » Closed (won't fix)