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.

CommentFileSizeAuthor
Screenshot-1.png44.58 KBIfex
Screenshot.png52.24 KBIfex
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

slashrsm’s picture

Have you checked PHP upload limit settings?

Ifex’s picture

Yes, 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?

slashrsm’s picture

All this parameters are set in modules implementing Plupload. This module just provides Plupload form element and it is more like an API module.

slashrsm’s picture

Status: Active » Postponed (maintainer needs more info)

Have you managed to fix this?