i have problem to upload file to my home directory.
the error message is "the script whose id 139999 is not allowed to access /tmp/phpXXXX owned by uid 0."
i'm trying to read uploaded file from /tmp directory and write it down to my home directory.
is there another way to solve my problem?
another error message after that is
"Warning: fopen("$file_name","w+") - Permission denied "
How to set permission on my own home directory if i try to upload file remotely.
thanks.