Increase upload File Size in Moodle
By default the upload size is 8Mb to increase the File Size limit in moodle (eg. increase limit to 50Megabytes) you will need to make the following changes:
In your php folder edit the php.ini file and change the following values:
post_max_size = 50M
upload_max_filesize = 50M
Note: On windows I had to restart IIS but I am not sure if you will need to restart apache on windows or linux.
Next go into Moodle (in this case it is version 1.9.5) as admin and change the drop down menu’s for the following to your required size:
Courses -> Course Default Settings -> Maximum Upload Size
Modules -> Activities -> Assignment -> Maximum Size
1 Comment
Other Links to this Post
RSS feed for comments on this post. TrackBack URI
By Prabhakaran, July 21, 2011 @ 4:21 pm
Thank you…..it is useful to me.