After July 2021, the 2.3.x release line will no longer receive quality updates, or user guide updates. PHP 7.3 reaches end of support in December 2021 and Adobe Commerce 2.3.x reaches end of support in September 2022. We strongly recommend planning your upgrade now to Adobe Commerce 2.4.x to help maintain PCI compliance.

Media Storage

The information on this page is intended for Adobe Commerce 2.3 customers who are on an extended support contract. The Adobe Commerce Merchant Documentation for current releases is published on the Adobe Experience League.

Media Storage helps you organize and gain access to media files that are stored on the server. The path to the location of the files is determined by the Base URL configuration. Files in media storage can be accessed from the editor while working on pages and static blocks. Media Storage is usually located in the file system on the same server as the Magento program files.

Alternatively, media files can be managed in a database, or located on a separate server or content delivery network. The editor can be configured to use either static or dynamic media URLs for catalog content in category or product descriptions.

Magento Media Storage Media Storage

Add files to the Media Storage

The first two steps are the same as if you are inserting an image.

  1. On the editor toolbar, click the Insert Image icon.

    Insert Image icon

    This opens the Insert/edit image dialog.

  2. After Source, click the Search icon ().

  3. In the directory tree on the left, do one of the following:

    • Navigate to the folder where you want to save the uploaded image.

    • Navigate to the place where you want to create a new folder and click Create Folder.

      For adding a new folder, enter the folder name and click OK.

  4. To add one or more files to Media Storage, you can either upload the files from your system or use the Adobe Stock Integration:

    • To upload files from your system, click Choose Files and do the following:

      • In the directory on your local computer, navigate to the location of the images.

      • Select each image to be uploaded.

      • Click Open.

    • To use assets from Adobe Stock using the integration:

The images are uploaded to the current Media Storage folder on the server.

Media Storage

Insert an image from Media Storage

Open the page or block to be edited. Then, use one of the following methods to insert an image from media storage:

Method 1: WYSIWYG mode

  1. On the editor toolbar, click the Insert Image icon.

  2. After Source, click the Search icon ().

    Selecting the search icon

  3. In the directory tree on the left, navigate to the folder where the image is stored.

    Navigating to the image file

  4. Select the tile of the image and click Add Selected.

Method 2: HTML mode

  1. Position the cursor in the code where the <img> tag is to be inserted.

  2. Click Insert Image.

    Insert Image (HTML Mode)