JohnnyBGoode
Programmer
I would like to use a "Browse" type of object so that the user may choose a file by drilling through their file folders. I could not find a Web Form object for this use. I had to use the HTML object "File Field". The problem with this is as follows. When you submit the page, if there is an error, the user will be brought back to the page to correct these errors. All other Web Form objects keep their entered values. The HTML File Field object does not. It blanks it out every time. There is no way (as far as I have found) to populate this File Field with any sort of value. Is there any other way around this? I would either like to populate the File Field with something, or use an object that will keep its value.