I am trying to put a value into an input file box. On the HTML form the user has the option to upload another file. If they have previously browsed and chosen a file, when the page refreshes this value is wiped. Because this would be a pain for users, I am trying to get it so the value is rewritten in the box on refresh, but am having issues trying to find a way to do it.
Should just putting something in the value field work?
<input type=file name=uploadfile value="Some value">
By adding the value field I am getting no change whatsoever.
Thanks,
Caroline
Should just putting something in the value field work?
<input type=file name=uploadfile value="Some value">
By adding the value field I am getting no change whatsoever.
Thanks,
Caroline