change upload_area path

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
gmartinez
Advanced user
Posts: 16
Joined: Tue Mar 22, 2011 2:44 pm

change upload_area path

Post by gmartinez »

I'm trying to change the path where the files are stored up by the user (upload_area) and can not get work.

I created a filesystem "UPLOAD_AREA" where I want to store attachments.

The steps I followed are:

- Add the following entry to file \testlink\custom_config.inc.php:

$ g_repositoryType = TL_REPOSITORY_TYPE_FS;

$ g_repositoryPath = TL_ABS_PATH. "upload_area". DIRECTORY_SEPARATOR;

Can you pass me one example where you configure a new path to the directory "upload_area"? I'm trying to include the path in the input $ g_repositoryPath not get it to work.

thanks
Post Reply