I have a very strange issue, when I try to upload a file using the file field on my website, it throws an error like:
Warning: move_uploaded_file() [function.move-uploaded-file]: SAFE MODE Restriction in effect. The script whose uid is YYYYY is not allowed to access /www/uuuq.com/c/o/n/mydomain/htdocs owned by uid XXXX in /www/uuuq.com/c/o/n/mydomain/htdocs/<filename>.php on line 12
Well, copy() can be an alternative, but I wanna move the uploaded file using that, if its possible.
Thanks