The upload file filesystem browser widget is a function of the OS, not the browser, isn't that odd? It gives the browser a way to upload the file, but afaik, it does not mention the path in the POST. So, I think the answer is going to be no: there's no way to let the user browse their file system from your CGI and POST a directory -- without some kind of magic (ie, non CGI.pm) hackery anyway.

UPDATE: "widget is a function of the OS, not the browser" / "No, it's not. It is completely application dependent." Well, the applications I mean are firefox and IE, which load the OS widget, which is why css doesn't work on the file upload buttons. "path in the POST" / "some user agents" So? It's not really something you can depend on then, is it? I think that's not only application dependent, but OS dependent.

-Paul


In reply to Re: select directory with CGI.pm by jettero
in thread select directory with CGI.pm by patnym

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.