up vote 3 down vote favorite
share [g+] share [fb]

I want to force my user to only search in a particular folder when using the fileupload control. Is that possible?

link|improve this question

76% accept rate
feedback

3 Answers

up vote 7 down vote accepted

No, it's totally up to the client, as long as it's pure HTML, and not, say, ActiveX implementation.

link|improve this answer
feedback

Unfortunately not. The standard web browser file upload control can't be restricted in this way.

link|improve this answer
Do you want to hint a path to the user? – Krishna Kumar Jul 23 '09 at 17:18
feedback

How do you know that folder exists?

If it's a network share perhaps a better idea would be to have the webserver itself create a listing of all the files and folders at that location and let the user navigate to the appropriate file?

link|improve this answer
i like that idea. I'm gonna try and create a modal popup that has a list of thumbnails to select from that file. – Eric Jul 23 '09 at 19:36
feedback

Your Answer

 
or
required, but never shown

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