If You Want To Temporarily Store Uploaded Files In The #217
If you want to temporarily store uploaded files in the /tmp/phpuploads/ directory, which one of the following statement will you use?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP File and Session Handling - PHP Files Uploading - Quiz No.1.
If you want to temporarily store uploaded files in the /tmp/phpuploads/ directory, which one of the following statement will you use?
upload_tmp_dir “/tmp/phpuploads/ directory”
upload_dir “/tmp/phpuploads/ directory”
upload_temp_dir “/tmp/phpuploads/ directory”
upload_temp_director “/tmp/phpuploads/ directory”