max file uploads

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

Post Reply
dannymc1983
Forum Commoner
Posts: 80
Joined: Wed Feb 16, 2005 7:24 am

max file uploads

Post by dannymc1983 »

i posted somoething similar to this problem before but im still having this problem and its driving me nuts!!
anyway, i have a script that uploads files to a database using a meduim blob datatype. nothing over 1 mb will upload however. I have done the following to try to solve the problem:
increased post_max_size, upload_max_filesize, max_execution_time and memory_limit in php.ini but this didnt work. I also did a bit of research to see if the server (im using apache 1.3) was causing the problem. I found out that there is a directive in a file called php.conf in the apache folder called "limitrequestbody". however this php.conf file only exists in the unix install of php, im using windows and i havent found any other files that have a "limitrequestbody" directive. anyone know of anything else that could be causing the problem?
Post Reply