Can anyone tell me how I can set a default value on a <input type="file"> in a form.
Ive tried value="some value" but it doesnt work.
Anyone have any suggestion?
The code Im using looks like this:
<input type="file" name="any_name" value="c:\text.txt">
the value="c:\text.txt" doesnt work.....
/Muran