in reply to Re: Having an issue with my CGI.pm file uploads
in thread Having an issue with my CGI.pm file uploads
It isn't getting defined.
So then, is my problem the upload function in CGI.pm? The call:
successfully returns the filename, but the call:my $upload_filename = $i->param( 'JARFILE' );
is apparently the issue?my $upload_filehandle = $i->upload( 'JARFILE' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Having an issue with my CGI.pm file uploads
by toolic (Bishop) on Sep 25, 2007 at 17:25 UTC | |
|
Re^3: Having an issue with my CGI.pm file uploads
by Anonymous Monk on Sep 13, 2013 at 21:33 UTC |