Set default value for a input file form
Posted
by aladine
on Stack Overflow
See other posts from Stack Overflow
or by aladine
Published on 2010-04-19T03:30:55Z
Indexed on
2010/04/19
3:33 UTC
Read the original article
Hit count: 348
html
|JavaScript
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.
© Stack Overflow or respective owner