Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: CGI: Browse for directory (not file)

by steves (Curate)
on Nov 20, 2004 at 23:20 UTC ( [id://409295]=note: print w/replies, xml ) Need Help??


in reply to CGI: Browse for directory (not file)

You're confused about who does what. The browser interprets the <INPUT TYPE="FILE" NAME="file"> and presents the file browser dialog box to the user. When the form is submitted by the browser, the CGI program gets the file data provided by the browser.

I am not aware of any browser that supports directory uploads. Some will allow more than one <INPUT TYPE="FILE" NAME="file"> tag per page, which might offer the ability to let someone pick several files. But I've never tried that and I've read it's browser dependent.

If you want to automate the uploading of a full directory of files to an existing browser page/CGI that supports one file per transaction, you could automate that with Perl and LWP.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://409295]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-25 06:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found