I just want to share a bit of information for those who use Blogsome as their blog hosting. If you uploaded a file (an image) into your blog and later on you want to delete it, you confuse where exactly the menu to delete the file. Confuse no more, because right now I will explain how easy to delete your uploaded files in blog hosting, especially Blogsome.
- You have already logged in to your Blogsome account.
- Type following url in to your browser address http://{your_blog}.blogsome.com/wp-admin/iimage-browser.php Please change {your_blog} with your own blog, for me it is http://standalone.blogsome.com/wp-admin/iimage-browser.php
- Once you in the page, just click the image you want to delete.
- Choose “Full size” or “Thumbnails” or both.
- Final step is clicking “delete” button.
A very simple step.
For some reason, I have uploaded a non-image file which is a JavaScript (.js) file that I changed the extension in to .jpg (this is a trick to separate JavaScript file from Index.html in Blogsome). Because this is not an image file, the image used to select the file I want to delete did not appear. Then how can I delete the file?
For deleting a file which does not show an image, it is easy for one who use Firefox:
- Download Firebug plugin and install it.
- Open FireBug JavaScript console by clicking a green (or red) sign of FireBug in lower right of browser.
- Type this in the console showHideForm(”your_file_name”), remember to change your_file_name with your actual file name you want to delete.
- The menu to delete is shown, do the same instruction mentioned previously.
Have fun deleting your file


