File upload not working (Moodle 3.7.3)

File upload not working (Moodle 3.7.3)

by Michael Kiss -
Number of replies: 2


Hello,

We are running a freshly installed Moodle version 3.7.3.
PHP is version 7.2.19.
Installation was completed without any problems.

Files larger than 8 MB cannot be uploaded.

This error occurs in

    > Courses > Add an activity or resource > Activity > Uploading SCORM package
    > Courses > Add an activity or resource > Resources > Uploading file
   
In the upload dialog the loading circle just keeps spinning.
The browser status bar displays 'Waiting for *web address*'.
Firefox and Chrome do not display any error messages in the console.

Here are some settings from PHP info:

post_max_size: 200M
max_execution_time: 30
upload_max_filesize: 200M

Any ideas would be appreciated.

Kind regards,
Michael

Attachment moodle_spinning.png
Average of ratings: -
In reply to Michael Kiss

Re: File upload not working (Moodle 3.7.3)

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Start by confirming those settings.

Go to Site administration > Server > PHP info

Find post_max_size and upload_max_filesize - are they what you expected?