| [reply] [d/l] |
Yes, the script and location that I want to put the files are on the webserver. I am running the script from my own pc.
What can be done with file handles?
BY upload routine I assume you mean something like:
my $file_handle = $req->upload( $file );
I have tried various ways and get errors with some. I think that I got that one to work eventually, sort of, since the file size still was 0.
| [reply] |
$filename = $query -> param ('uploaded_file');
while (<$filename>) {print}
with the appropriate name from the form of course.
-- Abigail | [reply] [d/l] |
Here is what was in the error log:
Could not read C:\sailboat.jpg, No such file or directory at /the/path/of/the/cgi/script.cgi line 336.
Database handle destroyed without explicit disconnect.
Please help!!!! | [reply] |