Try using:
$query = new CGI();
And also make sure that you have localized the $query variable in the subroutine that you uploading files...
my ($query);
Regards,
Eliot Lee
Code:
$query = new CGI();
And also make sure that you have localized the $query variable in the subroutine that you uploading files...
Code:
my ($query);
Regards,
Eliot Lee