Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
upload.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2005 at 01:02 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
Comments
Comment #1
GrayThunder commentedyou might want to check the upload_max_filesize = xx paramter in your php.ini file.
Comment #2
airor commentedThank you, it is set to 2 MB, I am changing it now.
Comment #3
airor commentedChanged it to 100M, still no luck uploading a 5 MB file, no error message yet either. I'll look into this further to see if there's some other setting for php I might be missing.
Comment #4
GrayThunder commentedyou might want to check this thread out. http://drupal.org/node/19326 There are several further suggestions there.
Comment #5
jax commentedWhen you upload a file that exceeds that maximum file size per upload defined in
admin/settings/uploadsthe form component just fades away and comes back without any error message whatsoever. This leaves the user with no hint about what has gone wrong.Comment #6
aspilicious commentedIs this still an issue?? Can't believe it...