Help with the upload max filesize

Re: Help with the upload max filesize

by Samer Faissal -
Number of replies: 0

You have to modify a file on your server called: "php.ini". Change the below 2 parameters:

  • upload_max_filesize = 50M
  • post_max_size = 50M

Samer Faissal
Human Logic (Moodle Partner)