"select folder" contol for asp.net or web application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zuhaib Hyder
    New Member
    • Mar 2007
    • 43

    #1

    "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
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Unless you make a custom control (activex, java, maybe even flash?) there is not html control for this.
    What do you need a directory selector for?

    Comment

    • Zuhaib Hyder
      New Member
      • Mar 2007
      • 43

      #3
      i need to select a folder , then i will copy its data to another location etc....

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

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

        Comment

        • Zuhaib Hyder
          New Member
          • Mar 2007
          • 43

          #5
          Originally posted by Plater
          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

          • Plater
            Recognized Expert Expert
            • Apr 2007
            • 7872

            #6
            Edit: Well then you're going to have to write a java or activeX object to do this, because that behavior is not naturally supported.

            Comment

            Working...