change upload_area path
Posted: Wed Sep 21, 2011 9:24 am
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
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