Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
file system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Jan 2009 at 20:49 UTC
Updated:
11 Jan 2009 at 20:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidWhen a form has a file upload element, but the user does not specify a file, $_FILES['files']['name'][$source] is set and equal to an empty string, so a change from !isset() to empty() is needed.
Comment #2
dave reid#30520: file_save_upload() not notifying user when PHP upload limit is exceeded. created the regression.
http://cvs.drupal.org/viewvc.py/drupal/drupal/includes/file.inc?view=dif...
Comment #3
dave reidNevermind, realized that #30520: file_save_upload() not notifying user when PHP upload limit is exceeded. has been re-opened as a duplicate of this issue.