How to explore images which have been uploaded and insert them to article

From TomatoCMS Documentation

Jump to: navigation, search

In the previous article, it's easy for you to uploading and inserting thumbnail images to article. The question is how to explore uploaded images as well as insert them to current article.
Fortunately, from 2.0.4 version, TomatoCMS allows you to view images that was uploaded in the past.
I assume that you're at page of adding/editing article.
Click on Library tab from Multimedia section in the right sidebar, then click on Browse link. There will be a dialog that allows you to browse uploaded images.

File:browse.png

Technically, all uploaded files are stored on the server in the following structure:

TomatoCMS_Directory
|
|___upload
    |
    |___NameOfModule
        |
        |___UserName
            |
            |___Year
                |
                |___Month

So, after clicking on Browse link, you will see the list of images uploaded by yourself for news module in current month and year defined by the following path:

/upload/news/admin/2010/04/

File:explore.png

In the above image, you can jump to other upload directory by clicking on associated directory in the path (1). You can also make a filter of images based on the thumbnail size (2).
Finally, you can click on image (3) to insert image with corresponding size to article.

Personal tools