I've a file upload script on my site. I just now used it to upload a
small text document (10k). Everything worked fine.
Then I tried to upload a 5.3 meg Quicktime video.
Didn't work.
I've set the POST limit in php.ini to 8 megs.
What reasons, other than the POST limit, would a large upload fail?
small text document (10k). Everything worked fine.
Then I tried to upload a 5.3 meg Quicktime video.
Didn't work.
I've set the POST limit in php.ini to 8 megs.
What reasons, other than the POST limit, would a large upload fail?
Comment