-
If you want to temporarily store uploaded files in the /tmp/phpuploads/ directory, which one of the following statement will you use?
-
- a)
b)
c)
d) upload_temp_director “/tmp/phpuploads/ directory” - upload_temp_dir “/tmp/phpuploads/ directory”
- upload_tmp_dir “/tmp/phpuploads/ directory”
- upload_dir “/tmp/phpuploads/ directory”
- None of these
- a)
Correct Option: C
upload_tmp_dir “/tmp/phpuploads/ directory”