Forum Discussion
AnikaMller-Kara
8 months agoCommunity Member
Integrating Articulate into Moodle
Dear Community,
We are looking for support - we are experiencing trouble re the upload of Rise360 Micro-Learning modules into Moodle.
Initially, the upload worked without any problems, but after...
JohnCooper-be3c
8 months agoCommunity Member
There are a few things that you might need to check - but the first one, for me, would be the Moodle maximum file upload size setting:
Site administration>Courses>Course default settings >Files and uploads
After that I would check the PHP configuration on your server which, again, may limit the maximum file size that can be uploaded.
The upload_max_filesize
and post_max_size
directives in the php.ini
file control these limits.
Hope that helps.