Hi.
Search in your php.ini the a variable named upload_tmp_dir and check in which directory file uploaded will temporarily stored.
From tfm:
"Files will by default be stored in the server's default temporary directory, unless another location has been given with the upload_tmp_dir directive in php.ini"
Then set directory permission accordly to fit your needs.
Paolo Dina