Does anyone knows how to create a directory browser in asp.net? does html have an object like htmlinputfile?
Thanks,
Jewel
Printable View
Does anyone knows how to create a directory browser in asp.net? does html have an object like htmlinputfile?
Thanks,
Jewel
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:
HTHCode:<input type="file" id="HtmlFileInput1" />
DJ
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...
:)