Can someone here better explain move_uploaded_file? Expecially the part where your telling where to upload the file to on the server. I have problems uploading files. I'm pretty sure I got the source file location part coded correctly. Its the destination file location part thats giving me the problems. I was using copy to upload files. The script would start to upload the file and then I would get an error saying can't open_basedir, file in wrong directory. I want to use move_uploaded file instead to upload files. I have looked at the manual but I just need a little bit better explaination.
Thanks in advance for any help I get.