-
Thanks for the reply, Andreas.
I used absolute, because I established my files repository _outside_ the web root and thus relative paths won't work. That was done as a matter of security and best practice for web applications.
However to your point, clearly the code expects a relative path to work (ergo expects the repository to be inside the web root).
My current thinking is to remove...
2009-07-06 14:43:10 UTC in RTH - Requirements and Testing Hub
-
A work-around... but pretty ugly - If I put a symbolic link into the app root, rth_file_upload ->/path/to/rth_file_upload AND update the path fields in the project table to point to the web app root (i.e. ./rth_file_upload ) everything is happy and works.
So what I have now learned is a) I don't understand the FILE_UPLOAD_PATH app variable in properties_inc.php, and b) certainly don't...
2009-07-05 20:58:29 UTC in RTH - Requirements and Testing Hub
-
Greetings; I place my rth_file_upload directory in my filesystem, outside of my web root . rth knows where via the FILE_UPLOAD_PATH set in the properties_inc.php file. That variable takes an absolute path value. rth uses it effectively to post files that I attach, and again when selecting links to download them again. However, the View link on the TestSet page, as one example, appears to be...
2009-07-05 16:59:07 UTC in RTH - Requirements and Testing Hub