At 10:29 PM 5/13/02, Mike Melillo wrote:
>It works, but if I use the method in the eagle book for POST requests
>%params = $r->content; then nothing gets returned.  I've even printed
>%params to the apache errlog with DataDumper, and its empty.
>
>One of the fields is an image file that will be uploaded so I need to
>use POST requests.  Is this a job for Apache::Request?  The eagle book
>doesn't cover it much because it was "experimental" at the time of
>publishing.

Does your FORM tag specify enctype="application/x-www-urlencoded"?

cheers,
Todd

Reply via email to