This topic is locked

Uploading Files

9/11/2006 5:41:37 PM
PHPRunner General questions
grivera author

Hi!!!
I need to upload files in different location in the server, for example:

If the file is for code1: the folder will be DOCS/CODE1/filename.txt

If the file is for code2: the folder will be DOCS/CODE2/filename.txt
that's because the client wants to in the future receive a ZIP file with the files for the code 1 o the code 2,

Can I do that in PHPRUNNER?

J
Jane 9/13/2006

Giovanni,
you can edit generated files manually.

Open include/..._functions.php file, find GetUploadFolder function and make your changes there.