Results 1 to 3 of 3

Thread: directory browser

  1. #1

    Thread Starter
    Addicted Member jewel's Avatar
    Join Date
    Jul 2003
    Location
    truly asia
    Posts
    153

    directory browser

    Does anyone knows how to create a directory browser in asp.net? does html have an object like htmlinputfile?

    Thanks,
    Jewel
    xoxo

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    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!

  3. #3

    Thread Starter
    Addicted Member jewel's Avatar
    Join Date
    Jul 2003
    Location
    truly asia
    Posts
    153

    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...

    xoxo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width