in reply to
Re^3: Sending a text file using POST
in thread
Sending a text file using POST
I even added this line before the "header":
$req->content_type('multipart/form-data');
And still an error; multi-part form data parse error.
Comment on
Re^4: Sending a text file using POST
Download
Code
In Section
Seekers of Perl Wisdom