When validating a form, server side, the standard form elements can generally be forced to hold their previously entered values by assigning the 'value' attribute - is there any way that a file upload element can be made similarily 'sticky' without the user having to re-select the upload file if the form has to be resubmitted due to validation failure?
Thanks
KR