I appreciate all the work you are doing on the script.

Just wanted to revisit this file upload thing.

I am able to upload files 100 megs or smaller, but anything over that craps out, regardless of my php settings. I wonder if there is anything else I can look at. I looked through the Apache 2 conf files, but didn't see anything there restricting upload size.

I tried uploading a 125 Mb file, using the following php settings:

Code:
file_uploads On
max_execution_time 70000
max_input_time 60000
memory_limit 256M
upload_max_filesize 500M
post_max_size 508M
I'm on my own Centos 4.4 box with an Intel dual-core processor and 2 gigs of ram.

I still got the following error:

Temporary File Name :
File Size :0
File Type :
File Name :marijuana-truth_or_menace.flv
The file you are trying to upload is too big.


Do you think I might need a bigger bong?