When I try to upload a set of files that is larger than the max file upload size (set in php.ini) the problem is not reported to the user. The 'start upload' button just ceases to do anything.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

foredoc’s picture

I have similar problem. In my case, it will simply upload the over-sized image.

greggles’s picture

Title: No report of max file size » Inform user if they try to upload files that are too big
crea’s picture

Subs

muri’s picture

Uploaded max file size is hand-coded in plupload.js now it's been pointed to filefield max file size. See the patch below and apply it.

muri’s picture

Status: Active » Needs review
muri’s picture

The field max_file_size default value is set to php.ini maximum post and file upload sizes. This patch refers to issue #4.