Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which directive determines whether PHP scripts on the server can accept file uploads?

a) file_uploads
b) file_upload
c) file_input
d) file_intake

Answer: a
Explanation: With PHP, it is easy to upload files to the server. We need to ensure that PHP is configured to allow file uploads. In the “php.ini” file, search for the file_uploads directive, and set it to On. By default, its value is on.

Join The Discussion