This setting controls the temporary location of files uploaded with an HTML form.
If you don't specify a path for this setting, uploaded files will be temporarily stored in a world-readable location on the server.
To protect ease of manipulation and the confidentiality of such files, you should create a directory in your account and specify the new path in your php.ini file:
upload_tmp_dir = /home/yourusername/public_html/acoustomfolder/tmp
upload_tmp_dir
- 0 Users Found This Useful