Home » PHP » PHP File Upload » Question
  1. If you want to temporarily store uploaded files in the /tmp/phpuploads/ directory, which one of the following statement will you use?
    1. a)
      b)
      c)
      d) upload_temp_director “/tmp/phpuploads/ directory”
    2. upload_temp_dir “/tmp/phpuploads/ directory”
    3. upload_tmp_dir “/tmp/phpuploads/ directory”
    4. upload_dir “/tmp/phpuploads/ directory”
    5. None of these
Correct Option: C

upload_tmp_dir “/tmp/phpuploads/ directory”



Your comments will be displayed only after manual approval.