http://www.perlmonks.org?node_id=1015688


in reply to perl cgi scipt to upload files

$CGI::POST_MAX = 1024 * 70000;

What does the CGI documentation say about this line and what steps have you undertaken to verify that? Could the documentation be made clearer? Are you certain that you get "success" as answer?