Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CGI CPAN distribution.

Report information
The Basics
Id: 17452
Status: rejected
Priority: 0/
Queue: CGI

People
Owner: MARKSTOS [...] cpan.org
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Multipart Data in CGI->new($data)
CGI does not support the input of Multipart data when created as a new Object with that data as the input. (i.e. <STDIN> has been read into $buffer where <STDIN> is the response from a Multipart form, the data is then passed to CGI via CGI->new ($buffer)). Thanks, James Austin
On Thu Feb 02 22:53:57 2006, guest wrote: Show quoted text
> CGI does not support the input of Multipart data when created as a new > Object with that data as the input. > > (i.e. <STDIN> has been read into $buffer where <STDIN> is the response > from a Multipart form, the data is then passed to CGI via CGI->new > ($buffer)). > > Thanks, > James Austin
It's an interesting idea, but I'm rejecting it now for a few reasons: - It's a not a bug-- the docs don't suggest we support this - There's no email to follow-up with the reporter. - No one else has followed up to support the idea since 2006 - There are reasonable alternatives now to accomplish the same goal, such as using HTTP::Request::AsCGI.