|
Posted by Steve on 01/09/06 12:13
On Sun, 08 Jan 2006 03:08:20 -0800, lawrence k wrote:
> 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?
5 megs of binary data will be sent as a lot more than that of (base 64
encoded?) ascii data.
Try doubling your limit and see if it magically works.
Steve
Navigation:
[Reply to this message]
|