Which directive determines whether PHP scripts on the server can accept file uploads?
Which directive determines whether PHP scripts on the server can accept file uploads? Correct Answer file_uploads
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.