Closed (won't fix)
Project:
Webform
Version:
4.7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2007 at 00:20 UTC
Updated:
22 Mar 2008 at 04:31 UTC
Currently, uploaded files are "lost" when a webform is submitted and form validation fails for any reason. The form is presented again, but the uploaded file has not been maintained. On large forms that do not REQUIRE file uploads, the user does not notice that the uploaded file is no longer attached, and re-submits the form, this time with no file.
Requested fix would recognize when a file has been uploaded and maintain it through the validation and re-submission process, allowing the user to replace the file that has already been uploaded if necessary.
Comments
Comment #1
quicksketchDrupal currently support setting default values for file fields (I assume because of browsers not being able to support defaults either). This would be fixed at the Drupal level rather than webform if even possible.