This topic is locked

Help with uploading file

6/20/2009 5:46:54 AM
PHPRunner General questions
D
dennisjp37 author

I am trying to get phprunner to let me upload files and i am imputing a path relative to the folder but i am still getting an error, all the generated files are in folder admin but i need to upload files to folder images both are in the root folder so i put ../images/ as my path but i get the error saying its trying to upload to "admin/../images/" i am using phprunner 5.1 and im wondering if this is a known bug or issue or if im doing something wrong. Thanks

L
lewisekrantz 9/22/2009



I am trying to get phprunner to let me upload files and i am imputing a path relative to the folder but i am still getting an error, all the generated files are in folder admin but i need to upload files to folder images both are in the root folder so i put ../images/ as my path but i get the error saying its trying to upload to "admin/../images/" i am using phprunner 5.1 and im wondering if this is a known bug or issue or if im doing something wrong. Thanks


Rather than using the relative path to the folder, why not try using the actual full path. You can get that

by putting phpinfo.php in that folder and then executing it from a browser.

J
Jane 9/22/2009

Hi,
try to use this code:

/images/



More info here:

http://www.xlinesoft.com/phprunner/docs/_view_as__settings.htm#file