|
-
Jul 18th, 2005, 04:32 AM
#1
Thread Starter
Addicted Member
directory browser
Does anyone knows how to create a directory browser in asp.net? does html have an object like htmlinputfile?
Thanks,
Jewel
-
Jul 19th, 2005, 06:44 AM
#2
Frenzied Member
Re: directory browser
There are a few directory browser controls that people have written (just do a Google search) - I'm not aware of any free ones though! You could write one yourself using the various file system namespaces such as System.IO.File, System.IO.FileInfo, System.IO.Directory and System.IO.DirectoryInfo.
Err yes hence the name htmlinputfile which in HTML is:
Code:
<input type="file" id="HtmlFileInput1" />
HTH
DJ
If I have been helpful please rate my post. If I haven't tell me!
-
Jul 19th, 2005, 08:49 AM
#3
Thread Starter
Addicted Member
Re: directory browser
well i think my question was wrong...i was trying to ask if there is such an object like htmlinputfile that gets the client's directory...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|