attaching a file path in a html form

Posted by sushant on Stack Overflow See other posts from Stack Overflow or by sushant
Published on 2010-04-14T09:18:06Z Indexed on 2010/04/14 9:23 UTC
Read the original article Hit count: 259

Filed under:
<form><label for="attachment">Attachment:</label> <input type="file"  
name="attachment" id="attachment"><input type="submit"></form> 

i want to attach the file path to a form. i am doing it using the following code. but i want that the pop up window should open to a specified path. say D:\newfolder, so that user need not go to D: and then newfolder to attach the file.
is there any way i can set this predefined path.

any help is really appreciated and also i am really sorry for formatting , i dont know how to format it.

© Stack Overflow or respective owner

Related posts about html