attaching a file path in a html form
- by sushant
<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.