in reply to Re^3: Upload file- Ajax+Perl
in thread Upload file- Ajax+Perl

Right, the body of the request can be accessed via CGI. I used $cgi->param('POSTDATA') to save the uploaded file.