"select folder" contol for asp.net or web application
i need a folder selector control for web, we have this control for windows application, but i need the same for web...
is there any way to do this, or is there any control?
Last edited by Plater; May 21 '08, 01:02 PM.
Reason: removed bold tag
How do you propose to do that from a webpage?
Not with the server certainly, and I don't think client-side scripts have access to that kind of ability of o nthe client computer.
How do you propose to do that from a webpage?
Not with the server certainly, and I don't think client-side scripts have access to that kind of ability of o nthe client computer.
actually clients are required to upload there jpeg images on server...
so i want to this in bulk, i want to select a folder and want to copy its contents to server
at this moment, image by image is working perfectly, but i want to speed up the process through bulk upload.....
Comment