With apache, check out the php.conf file located at:
/etc/httpd/conf.d

and modify it to be:
<Files *.php>
    SetOutputFilter PHP
    SetInputFilter PHP
    LimitRequestBody 838860800
</Files>


That'll allow a full CD worth of information to be uploaded... :)

Robert

raditha dissanayake wrote:
Dennis Gearon wrote:

Would you mind sharing what it was so that it hits the archives and a few 'enquiring minds'?


it probably was the LimitRequestBody apache directive which is set to 512 Kb in some 'out of the box' installations.



-- Robert Sossomon, Business and Technology Application Technician 4-H Youth Development Department 200 Ricks Hall, Campus Box 7606 N.C. State University Raleigh NC 27695-7606 Phone: 919/515-8474 Fax: 919/515-7812 [EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to