Problems uploading images or media to wordpress

I was working on a wordpress install, and it didn’t upload my image! turning on my flash developer player gave me this error – Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error – After some searching I found this code -

<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>

to add to the .htaccess file. Works like a charm!

Leave a Reply