I tried to upload files using PHP (a link on my site allows me to upload files, using move_uploaded_file() function) but it brings up a warning as follows :
Warning: move_uploaded_file() [function.move-uploaded-file]: SAFE MODE Restriction in effect. The script whose uid is "some number" is not allowed to access "my sub-domain name" owned by uid "some number" in "my file upload page" on line 38
Sorry for being paranoid about revealing too much!! Is there a way to change the SAFE MODE to allow me to upload my site files thru my site itself?
