IE directory picker

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Simon

    IE directory picker

    Is there any way that I can use an input with type file as a directory
    picker? The input starts a file picker but I want to be able to select a
    folder rather than a file.

    Thanks IA, Simon


  • Grant Wagner

    #2
    Re: IE directory picker

    "Simon" <simbil.nospam. bill@btinternet .please.com> wrote in message
    news:cs3pm9$64g $1@hercules.bti nternet.com...[color=blue]
    > Is there any way that I can use an input with type file as a directory
    > picker? The input starts a file picker but I want to be able to select
    > a
    > folder rather than a file.[/color]

    No, because you can't upload a directory.

    <input type="file"> is there to give the user agent the ability to POST
    a form of enctype "multipart/form-data" and send the contents of the
    specified file with the other POSTed data.

    --
    Grant Wagner <gwagner@agrico reunited.com>
    comp.lang.javas cript FAQ - http://jibbering.com/faq


    Comment

    Working...