Vidyalelo
PHP · Q27

HTML Forms Handling

Programming · PHP · question 27

Q27

If you want to temporarily store uploaded files in the /tmp/phpuploads/ directory, which one of the following statement will you use?

A.
upload_tmp_dir “/tmp/phpuploads/ directory”
Answer
B.
upload_dir “/tmp/phpuploads/ directory”
C.
upload_temp_dir “/tmp/phpuploads/ directory”
D.
upload_temp_director “/tmp/phpuploads/ directory”

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board