max file uploads
Posted: Wed Apr 20, 2005 8:39 am
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?
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?