I get
'INVALIDCOOKIE' => 'Invalid cookie passed to header: %s'errors, when I try to upload a file.
I used CGI.pm earlier. Now I MUST upgrade to GT::CGI (because of CGI.pm & GT::CGI incompatibilities).
Unfortunately I get further errors as I fixed one.
Earlier worked everything fine with CGI.pm.
The INVALIDCOOKIE error may be caused because I still use CGI::Cookie for cookie handling.
The INVALIDDATE also seems to be caused by the missing GT::CGI::Cookie usage.
Why is so incompatible GT::CGI with CGI.pm?
I also miss the upload('param') function from GT::CGI. It made possible to get a filehandle without the need to input the full path for the function. It just needed the parameter name, and nothing else...
Best regards,
Webmaster33
Paid Support from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Code:
'INVALIDDATE' => 'Date \'%s\' is not a valid date format.', 'INVALIDCOOKIE' => 'Invalid cookie passed to header: %s'
I used CGI.pm earlier. Now I MUST upgrade to GT::CGI (because of CGI.pm & GT::CGI incompatibilities).
Unfortunately I get further errors as I fixed one.

Earlier worked everything fine with CGI.pm.
The INVALIDCOOKIE error may be caused because I still use CGI::Cookie for cookie handling.
The INVALIDDATE also seems to be caused by the missing GT::CGI::Cookie usage.
Why is so incompatible GT::CGI with CGI.pm?

I also miss the upload('param') function from GT::CGI. It made possible to get a filehandle without the need to input the full path for the function. It just needed the parameter name, and nothing else...

Best regards,
Webmaster33
Paid Support from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...