views:

153

answers:

1

Hi, I have an input file HTML form and I want to set the initial value for the file path in an HTML form . I try to change tag "value" but it doesn't work anyway. <input type="file" name="testcase" value= "C:\test.txt">

Please give me some advice for this small problem. Thanks.

+1  A: 
Mr Roys
I tried to assign a value to a file input field via the firebug console and I've got a security exception.. So yeah, It can't be done
The Disintegrator