Skip to content

Media Library

Menu: Media Library (top of left sidebar, below the home icon)
Deep link: /_Admin/site/media?SiteId={siteGuid}

Manage site images and other media files for use in pages, content, and templates. In scripts, read and write media paths via k.media.

Media Library

How to Open

  1. After entering site admin, click Media Library on the left.
  2. The address bar is usually /_Admin/site/media?SiteId=...; it may include folder, listType, and other query params (updated when you switch folders or grid/list view).

UI Overview

Toolbar (Common Actions)

ActionDescription
Select AllSelect all files in the current list
UploadUpload one or more files to the current folder (may be unavailable while searching)
New FolderCreate a subfolder under the current path
SearchSearch media online (per product search capability)
Download / DeleteBatch download or delete selected files or folders
Grid / ListSwitch display mode

Folders and Files

  • Click a folder to enter a subdirectory; breadcrumbs return to parent levels.
  • Images can be previewed; some types support Image Edit (route editImage, opened from the media library).

Storage Providers (Tabs)

If multiple tabs appear at the top, they represent different media providers (e.g. default storage and extension providers). Use the default provider for day-to-day work.

Working with k.media

Media library paths start with /, e.g. /images/banner.png. After upload, access files in templates or KScript via k.media; see k.media API.

Typical Workflows

Upload Images to a Folder

Media Library
  1. Open Media Library and go to the target folder (or root /).
  2. Click Upload and choose local files.
  3. After upload, confirm in the list; copy or note the media path for pages/content fields.

Use in Content or Pages

  • For content type fields of type Image, the admin picker usually selects from the media library.
  • In templates, use media URLs or k.media to read files.
DocDescription
k.mediaScript access to the media library
DashboardImage count in My Resources
PagesImage references in page design