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.

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

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