Using plupload integration with Drupal 7, filefield_sources and filefield_sources_plupload.
I edit the field and add plupload to the filefield sources, and change the maximum upload size from 7 MB to 1024 MB.
Fine, however the maximum upload size never changes from 7 MB.
I attached 2 screenshots... the edit page for the field, and the result when logging in as a normal user and trying to upload using the "Multiple files" link, which attaches files using plupload.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot-1.png | 44.58 KB | Ifex | |
| Screenshot.png | 52.24 KB | Ifex |
Comments
Comment #1
slashrsm commentedHave you checked PHP upload limit settings?
Comment #2
Ifex commentedYes, it's set to 20MB, not 7MB.
Also, plupload has features like chunk_size that will allow it to upload files larger than PHP's max post size. Is there a way to configure this?
Comment #3
slashrsm commentedAll this parameters are set in modules implementing Plupload. This module just provides Plupload form element and it is more like an API module.
Comment #4
slashrsm commentedHave you managed to fix this?