in reply to Uploading a CSV file using the input file html form object
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 |