use copy() for a folder upper then the sending file
Posted: Sat Nov 11, 2006 7:17 am
Hello,
How do you I upload a file for a folder which is in upper then the folder contains the .PHP file that asks that?
for example, I have a PHP file says
But the PHP file is in the "photos" folder, not upper then that.
Thank you
How do you I upload a file for a folder which is in upper then the folder contains the .PHP file that asks that?
for example, I have a PHP file says
Code: Select all
copy($file,"folder1/photos");Thank you