It looks like I figured out my problem with the missing $Request->Form data. I
have RequestBinaryRead set to "Off". Turning this off gives me content in
$Reqest->Form, but it unfortunately seems to then break CGI.pm.
I had ReqestBinaryRead turned off because of a different problem I was havi
Andrew Koebrick (ADM) wrote:
Any thoughts on getting them to play well together?
The use of CGI.pm to construct file upload fields is a mere convenience.
You can do the same thing by writing raw HTML. It's just uglier than
the corresponding CGI.pm code, is all.
As I said above, all other