I've got a file field/input in a form. The user browses and selects a filename/path. When the user submits the form, but I need to re-display it to get missing fields, say, then is there any way I can re-display the filename/path in the input window?
I've tried e.g. value="foo.bar" in the input tag
<input type="file" name="userfile" value="foo.bar" size="30" >
didn't work though.