If you want to temporarily store uploaded files in the /tmp/phpuploads/ directory, which one of the following statement will you use?
If you want to temporarily store uploaded files in the /tmp/phpuploads/ directory, which one of the following statement will you use? Correct Answer upload_tmp_dir “/tmp/phpuploads/ directory”
Anyone can temporarily store uploaded files on the given directory. One cannot change upload_tmp_dir at the runtime. By the time a script runs, the upload process has already occurred.