adplus-dvertising
frame-decoration

Question

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”

b.

upload_dir “/tmp/phpuploads/ directory”

c.

upload_temp_dir “/tmp/phpuploads/ directory”

d.

upload_temp_director “/tmp/phpuploads/ directory”

Answer: (a).upload_tmp_dir “/tmp/phpuploads/ directory”

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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

Similar Questions

Discover Related MCQs

Q. Which superglobal stores a variety of information pertinent to a file uploaded to the server via a PHP script?

Q. How many items are available in the $_FILES array?

Q. Which function is used to determine whether a file was uploaded?

Q. What is the full form of DNS?

Q. Which one of the following function checks for the existence of DNS records?

Q. Which one of the following function is used to return an array consisting of various DNS resource records pertinent to a specific domain?

Q. Which one of the following function is used to retrieve the MX records for the domain specified by hostname?

Q. What is the default port number of HTTPs?

Q. Which one of the following function returns the port number of a specified service?

Q. Which one of the following statements can be used to establish port 80 connection with www.nachi.com?

Q. Which one of the following function is used to send an email using PHP script?

Q. How many configuration directives pertinent to PHP’s mail function are available?

Q. Which of the following statements is used to add an attachment to the mail?

Q. Which one of the following is the very first task executed by a session enabled page?

Q. How many ways can a session data be stored?

Q. Which directive determines how the session information will be stored?

Q. Which one of the following is the default PHP session name?

Q. If session.use_cookie is set to 0, this results in use of..

Q. If the directive session.cookie_lifetime is set to 3600, the cookie will live until..

Q. Neglecting to set which of the following cookie will result in the cookie’s domain being set to the host name of the server which generated it.