Configure file uploading on ASP

If using KTML with the ASP VBScript or ASP.NET server models, you must take the following steps to enable file uploading:

By default, the destination folder is <site_root>\includes\KTML\uploads. You can change this folder when configuring the KTML control on the page. Replace destination_folder in the steps below with the actual path to the folder storing uploaded files you selected.

Configure the destination folder access rights

Depending on the ASP version you are using, and the Windows version, you need to grant permissions to different users. When these differences are noted, please select the one that matches your particular server configuration:

  1. Open the <site_root>\destination_folder folder.

  2. Right click in an empty space on the folder window and select Properties. Then switch to the Security tab.

  3. From the Allow column check the Read and Write options.

  4. Click OK to apply the changes.

 

Configure the temporary folder rights

Aside the destination folder you also need to configure the folder where files are temporarily stored between the HTTP upload, and moving them to the destination folder:

  1. Open the <site_root>\includes\common\lib\file_upload\Temp folder.

  2. Right click in an empty space on the folder window and select Properties. Then switch to the Security tab.

  3. From the Allow column check the Read and Write options.

  4. Click OK to apply the changes.