Closed (duplicate)
Project:
Drupal core
Version:
6.3
Component:
upload.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Jul 2008 at 14:06 UTC
Updated:
31 Jul 2008 at 14:17 UTC
I don't see any error message when file is larger than limit in php settings. Is this case, file is not uploaded. But error messages are shown only if file is uploaded (function file_save_upload() in file.inc, line 494).
What are the steps required to reproduce the bug? >> To upload a file as an attachment that is larger than limit in php settings.
What behavior were you expecting? >> To show error message, why file wasn't uploaded.
What happened instead? >> To error message is shown.
PHP version: 5.2.5-3
Apache version: Apache/2.2.8 (Debian)
Comments
Comment #1
damien tournoud commentedThis is a duplicate of #30520: file_save_upload() not notifying user when PHP upload limit is exceeded..