WordPress image upload problems
If you fail to upload a picture in wordpress, here is the fix. You need to get into your server files using the ftp connection. I prefer WinSCP as ftp uploader/downloader program and this is because you’re able to see even the hidden files or directories on the web server.
Problem: sometime if you want to upload a photo into your blog post you might get an error like “HTTP error”, “An error occurred in the upload. Please try again later” or like in my today issue you couldn’t use any file uploader, flash nor browser uploader. I got stucked because my image goes in gallery every time I tried to uploaded it into the blog post.
Solution:
# open your ftp software and get into public_html folder on your website server (you need to know user/password)
# copy .htaccess file onto your computer
# open .htaccess with notepad
# if is nothing in, no line, just copy the next script there and save the document
<files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</files>
</ifmodule>
# if is something written in .htaccess file, add my code code after the last line of previous one. Save and exit.
# upload and overwrite the new .htaccess file into the public_html folder onto your website server.
You should be able to upload your image now. Have fun and keep posting good photos ;)
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.



thanks for the picture uploading tips man.. I had issues with uploading pictures before, but it was related to the .htaccess not allowing to upload files larger than 1 MB.
thanks for the tips.
Thanks very much for putting it in such an easy, simple to follow way with pictures for the terminally stupid like me. It was a big help.
Try this solution, it worked for me as it solved my image/media upload problem in a few easy steps. visit the site below
http://www.ibuyringtones.com/iblog/category/wordpress/
Nice fix. I thought it had something to do with FTP settings, but thanks for clarifying.
Nice job, really good article mate
I’m typically to blogging and i really appreciate your content. The article has actually peaks my interest. I’m going to bookmark your site and maintain checking for brand spanking new information.