Max upload limit [solved]

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

crazycaddy
Forum Commoner
Posts: 43
Joined: Fri Aug 05, 2005 6:59 am
Location: England, UK

Post by crazycaddy »

ok, ive changed to another server and changed php.ini again. This time when I click upload the progress bar slowly increases (I assume its uploading as it takes about 2minutes for a 30mb at lan speeds) but once thats done the script doesnt continue to the upload successful page and the file is nowhere to be found, ive also checked in the tmp folder. Any ideas?
LaurenZ
Forum Newbie
Posts: 1
Joined: Fri May 27, 2005 3:09 pm

Post by LaurenZ »

I'm having a similar problem. We are using the BOA web server, and trying to upload a file around 120MB. Anything in the KB range uploads fine, but while trying to upload a 120MB file in FireFox, it doesn't even make it past the initial upload form to attempt to upload, but instead displays the message "The document contains no data" in an alert box.

I searched for this, and as a result tried setting all PHP settings higher (they were sufficient to being with). If you're running Apache, there is a php.conf file which contains a size variable "LimitRequestBody " that's solved some people's issues, but we are using BOA, and I can't find anything in the BOA.conf file which refers to uploads or size.

If anyone has any ideas, I'd really appreciate i!
Post Reply