Saturday 11 July 2009 8:45:41 am
Hello, It sounds like you want to optimize your web server and php configurations together to avoid this error. Which version of apache are you running? This sounds strikingly similar to an apache 1.3 (large file upload) configuration issue I've learned to avoid over the years. set LimitRequestBody to an int (file size in bytes) value larger than your largest file. Re: http://httpd.apache.org/docs/1.3/mod/core.html#limitrequestbody I found I often needed this apache settings change along with the php settings changes to enable large file uploads with apache 1.3
Cheers, //kracker
<b>References</b>
<i>
LimitRequestBody
http://stackoverflow.com/questions/757111/large-file-upload-errors-with-php
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_23213263.html </i>
Member since: 2001.07.13 || http://ezpedia.se7enx.com/
|