Less than 10Mb or Error 413

Hello!

First, I want to thank the dev. team for this great tool: thank you very much!

And this is where I start to complain. I installed SWFUpload tool v 2.1.0 with no problems, and everything seemed to work until I tried to upload large files (more than 10Mb). On my first machine they stuck at about 2,44 Mb and nothing happens forever, on my other machine in a different location after upload completes a 413 error appears. Which means that the request header is too long or the file is too large.

Here are server configurations:
php 5.2.6,
apache 2 (not sure which subversion exactly) at FreeBSD 6.3-RELEASE-p2 i386

I edited .htaccess to set these values
post_max_size 100M
upload_max_filesize 100M

for the globals are 4M and 2M correspondingly. Didn't help...

Also - I'm using Mac OS X Leopard 10.5.3 and 10.5.2, Safari 3.1.1 and it looks like some 9th version of Flash plug-in.

Does this issue have anything to do with SWFUpload or is it a Flash plug-in bug or I just need to ask my SP to expand the limits?

Thanks.

gyphie's picture

Normal upload test

Have you tried a normal HTML upload form to see if this is a server issue or a SWFUpload/Flash issue?