This is the best solution blog I found so far, and hopefully it will help you too.
http://nineteenhundredandyesterday.com/?p=103
Update 2 works for me, but I didn't try others.
- Code: Select all
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
