ConfigurationConfigure File Explorer

Configure File Explorer

Sana Commerce 8.2
Your provider

Configure File Explorer

Uploaded files are stored in the folder which is specified in the 'web.config' file of the Sana Commerce backoffice.

In order to specify the path to the folder where files are stored, please complete next steps:

Step 1: Open the 'web.config' file of the Sana Commerce backoffice.

Step 2: Locate the <appSettings> configuration section:

<appSettings>
          <add key="FrontendContentPath" value="Path"/>
          <add key="FrontendPath" value="Path"/>
</appSettings>
The attribute is described in the table below:

Attribute Description
FrontendContentPath It is a physical path to the content directory.
This path specifies the folder which is used to store the files. For example the value can be:
"C:\Inetpub\wwwroot\Sana Commerce\Frontend\content\files"
FrontendPath It is a physical path to the root frontend directory. For example the value can be:
"C:\Inetpub\wwwroot\Sana Commerce\Frontend"

If you need to upload a lot of files at once, it can be done not only through the file explorer but also via FTP.

If you use IIS 6 the wildcard must be configured for the correct image handling work. For more information, please read this chapter.
ConfigurationConfigure File Explorer