PROBLEM: My uploaders are not processing anything with a file size greater than 500k. Under that is fine, over is not.
FACTS:
- Apache server with PHP 4.2.2
- max_execution_time 60
- memory_limit 8M
- post_max_size 8M
- upload_max_filesize 8M
- script works fine on other servers
- file uploaders from all server domains/applications have this problem so it's not a scripting error
ATTEMPTS:
- locally setting the following:
max_execution_time 2000
memory_limit 20000000000
post_max_size 20000000000
upload_max_filesize 20000000000
- running scripts from this forum
- kicking myself
- using several different OS's to upload files (all do the same thing)
The page comes up as a page not found... no errors or anything. I cannot figure this out and am about to go insane over this problem. If you help me I will award you all of my respect for life.
🙁 🙁