Question about HTML file upload, input type='file'
Posted: Sun Sep 30, 2007 7:41 pm
Question about HTML file upload.
I am using HTML form input type file.
With other HTML form structures such as text, I am able to pre-populate
a text box with a value by using value= $myValue.
example: "<input type='test' value=" . $myValue
This does not seem to work with input type='file':
"<input type='file' value=" . $myValue
Anyone have a work around or suggestion?
I am using HTML form input type file.
With other HTML form structures such as text, I am able to pre-populate
a text box with a value by using value= $myValue.
example: "<input type='test' value=" . $myValue
This does not seem to work with input type='file':
"<input type='file' value=" . $myValue
Anyone have a work around or suggestion?