in reply to Re: How to change content-length in CGI
in thread How to change content-length in CGI

More than likely, the code setting the content length is getting hosed *because* there's a null in the data stream. I think LWP::Simple::Post is probably the wrong module to upload a file. You're probably better off using LWP::UserAgent directly.

-derby
  • Comment on Re^2: How to change content-length in CGI