Hi, I discovered recently swfupload, but unfortunately I can not understand why with hosting linux doesn't work while with hosting windows work properly.
I extracted the file Swfupload v2.0.1.zip and uploaded on the website. this is the link: http://www.iricordi.com/php/swfupload/demos/index.php.
When trying various demo, returns always the error 403.
Someone can tell me why please?!
December 14, 2007 - 12:51pm
There is a bug in Flash Player. The POST is not formatted correctly and Apache's mod_security will reject the POST. This might be your issue. See http://www.swfupload.org/forum/generaldiscussion/86
December 18, 2007 - 3:13pm
thank you, i found this script for the .htaccess
SetEnvIfNoCase Content-Type \
"^multipart/form-data;" "MODSEC_NOPOSTBUFFERING=Do not buffer file uploads"
mod_gzip_on No
and i solved the problem...
December 18, 2007 - 10:40pm
That looks like a good solution. Most solutions just disable mod_security for everything.