I have a multiple file uplaod script. I am trying to have files uploaded out of the public_html folder. When I use:
Code: Select all
copy($files_uploaded['tmp_name'][$counter], uploads."/".$filename);Code: Select all
copy($files_uploaded['tmp_name'][$counter], "/hsphere/local/home/the1sty/uploads/".$filename);How should it be formated?
Thanks