php.ini config and safe mode

I want to allow users to use "upload file" in safe mode.
I added
upload_tmp_dir = /tmp/,./tmp/ to php.ini

./tmp/ for safe mode on
/tmp/ for safe mode off

Is there any security risk or disadvantage of adding ./tmp/ ?

 

 

 

 

Top