I'm having troubles with my php upload script, everything was working fine yesterday but suddenly today the largest file size the script is willing to upload is 250kb. Files smaller then 250kb still load fine.
I've checked php.ini and I have (and have always had) post_max_size set at 20M, upload_max_filesize set at 20M, and the rest you can see at http://www.blogupload.com/phpinfo. In the upload script I have: <input type="hidden" name="MAX_FILE_SIZE" value="20240000"> in the form field as well. I've tried adding "LimitRequestBody 40960000" in httpd.conf also yet still the script will not taking anything over 250kb.
Anyone know of any other configs on the server that control size of uploaded files? I ask because we were having network problems so Hivelocity's techs were going through the server trying to fix the problem so they might have changed somethin gon accident.
Thanks.
I've checked php.ini and I have (and have always had) post_max_size set at 20M, upload_max_filesize set at 20M, and the rest you can see at http://www.blogupload.com/phpinfo. In the upload script I have: <input type="hidden" name="MAX_FILE_SIZE" value="20240000"> in the form field as well. I've tried adding "LimitRequestBody 40960000" in httpd.conf also yet still the script will not taking anything over 250kb.
Anyone know of any other configs on the server that control size of uploaded files? I ask because we were having network problems so Hivelocity's techs were going through the server trying to fix the problem so they might have changed somethin gon accident.
Thanks.