SUMMARY: Problem uploading large files (broken storing)
[email protected] (J Alejandro Ceballos Z) Sun, 7 Mar 2010 19:39:02 -0600
| Newsgroups | perl.beginners.cgi |
|---|---|
| Message-ID | <[email protected]> |
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 problem solutioned. Atentamente, J. Alejandro Ceballos Z.