HTTP error
An error occurred in the upload. Please try again later
is encounter while i ma using firefox.
But with IE6 it generates following error:
The uploaded file could not be moved to /var/www/vhosts/mysite.com/httpdocs/wordpress/wp-content. 101
Me too here having the same error during uploading image with Add Media in 2.5.
HTTP error
An error occurred in the upload. Please try again later.
Somewhere i found the code to include in my .htaccess file to overcome this problem. But still i have the same problem. Is this code malfunctioning ? Here is the code.
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>