I am getting HTTP Error when i try to upload image using wordpress flash uploader what can be its solutions?
Well this can be a security issue by your server which do not let flash to upload files in your server but this is not a big issue to solve we have nice solution for this.
You will need to solve this problem
FTP access to your server so you can upload one new file in your server, Login to server using FTP software and make sure you can upload files in your server now there you must see 3 folders of wordpress 1) wp-admin 2) wp-content 3) wp-includes you target is wp-admin open this folder cause you have to upload a file in it.
Solution:
Create a new file called .htaccess make sure you create correct file with no extension the code below write that in your file save file and upload in wp-admin folder your problem should solved. Copy code below write in file and upload in your server.
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>