How can I set the file_uploads directive to on?

Hello How can I set the file_uploads directive to on?
In the “php.ini” file.
file_uploads = on

Welcome!

It already is on

You can test this by creating a file called “info.php” with the contents: <?php phpinfo(); ?> and running it in your browser.

5 Likes

it’s true
thank you