Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Uploading a CSV file using the input file html form object

by lima1 (Curate)
on Jan 25, 2006 at 22:27 UTC ( [id://525584]=note: print w/replies, xml ) Need Help??


in reply to Uploading a CSV file using the input file html form object

use the upload() function (perldoc CGI).

in your upload_results page, you must check what you got (valid file handle? cgi_error? correct format?). Then simply store the data (open my $FH, '>', $secure_destination), or store it directly in db.

Replies are listed 'Best First'.
Re^2: Uploading a CSV file using the input file html form object
by master_son (Acolyte) on Jan 26, 2006 at 19:26 UTC
    Thank you, this helped!
    ---------------------
    Keep your concentration here and now where it belongs - Qui-Gon Jinn

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-03-29 08:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found