Hi
We need help to define the savedirectory. In the test, we put test.php and phpfileuploader to c:\phptest\fileupload. add myfolder under fileupload. If set SaveDirectory = "myfolder" ($uploader->SaveDirectory="myfolder";), then file uploading works fine.
However, if we set up another myfolder directly under phptest (c:\phptest\myfolder), how can I define the SaveDirectory? I tried the following:
$uploader->SaveDirectory="../myfolder";
It fails. Can some advise? Thanks.