vote up 1 vote down star

If you know the local path and file name of the file you want the end user to upload (via browser). Then is it possible to pre-set these properties for the HTML file input element (or any upload control)? So when the user clicks 'browse' to select the file to upload, then the dialog has preselected the filename.

Btw, assume that this is for an intranet where the necessary directory/file do exist locally.

flag

3 Answers

vote up 3 vote down check

Unless it is a custom upload control, this cannot be done for security reasons.

If a html page could set the file to be uploaded using javascript, for instance, an arbitrary html page could upload any file from the client computer (form submission can be triggered via javascript)

link|flag
Your explanation of the security risk is simple and accurate. – Peter LaComb Jr. Dec 9 '08 at 16:16
vote up 0 vote down

This type of interaction with file-upload controls is disabled for security reasons.

link|flag
You might be able to do this with a flash-based upload control though. – Peter LaComb Jr. Dec 8 '08 at 20:17
Yes, that was my guess as well. But since it's just a suggestion of what file to upload, I thought it might be possible. – Mehul Dec 8 '08 at 20:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.