simple folder/file selector for asp.net ?

Necuno

Court Jester
Joined
Sep 27, 2005
Messages
58,566
Reaction score
3,437
what i want to know is the file's name and the file's location so that i don't need the user to type/paste those into the text boxes to avoid user err.

methods tried
htmlInputFile
Asp's upload file

methods not tried
java pickers
interlop trick with office
and some other nasty hacks

can't really see any other method to go with a more natural solution than to implement some form of hack, currently on htmlImputFile where as i get the file name and so on via Path.<function>

but that in itself has itssues like, what if the file is too large and httprequest falls over, obviously i can bypass that via increasing the limit in my webconfig. this not nice solution as it seems the file each time get posted back to the server as an object stream with its properties as to file name.

no easy solution, well not that i can see after few tryouts.
 
Last edited:
Top
Sign up to the MyBroadband newsletter
X