Upload dies at 10 megs. Please help.

Status
Not open for further replies.

Rewt

Verified User
Joined
Aug 19, 2005
Messages
22
Location
Orlando
Greetings. I am at my wits end. I've scoured the forum, I've been to other forums. I've talked to other techs... but still I have an issue.

Uploading via PHP is dying at 10 megs.

Excuse the current absurdly high values, they're a product of frustration.

php.ini :
max_execution_time 99999
max_input_time: 999999
memory_limit: 999m
post_max_size: 300m
upload_max_filesize: 300m

Apache Timeout is set to 99999

I've set the Max File Upload Size in the DA admin section to 999999 as well.

I can watch the file being uploaded in the /tmp folder, but at 10megs, it disappears...

[d@server tmp]# ls -alt phpTQbBH4
-rw------- 1 apache apache 9997407 Nov 8 11:57 phpTQbBH4
[d@server tmp]# ls -alt phpTQbBH4
ls: phpTQbBH4: No such file or directory


The upload script continues as if nothing has happened, and ends up in the } else { area when it can't move the file from the /tmp folder to the upload directory...

What am I missing here?

Many thanks for assistance...
 
Last edited:
Close this one. Stupid human error. Couldn't see the forest for the trees... it was a 10 meg limit set in my actual form.

:-|
 
Status
Not open for further replies.
Back
Top