Well, after trying with cgi.pm options ($POST_MAX) and apache
directives: TimeOut, KeepAlive and LimitRequestBody, the problem comes
from the size of /tmp directory (thank you Lawrence), it was very
small (450 Mb) and the temporary file can not be stored.
So, just make it bigger and probl
I have a problem with a perl cgi used to upload files.
It was working fine until my hosting provider making some upgrade in
the server.
Now, it can upload files undes 460 Mb, but not over it. If try, a file
of 0 length is created and the cgi continue, but file is not stored.
I tryied us