Jump to content

file upload directive


Recommended Posts

I post this as I did not find the solution on this forum :

At the installation, if the file upload is not allowed, the installation process fails and stops.

To change this, the php.ini file upload directive has to be changed to "on"

php.ini

;file_uploads = Off
file_uploads = On



Then you have to restart your http server.

In case of Apache2:

sudo /etc/init.d/apache2 restart

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...