Cannot upload files over 130MB to Assignment

Cannot upload files over 130MB to Assignment

by Travis Holder -
Number of replies: 1

Good Morning,

We are not able to upload files over 130MB to Assignments despite searching the forums.  Here is our information:

Moodle 3.3.1
PHP 7.1.21
Windows Server 2012
IIS 8.5

Config in php.ini:
max_execution_time = 1200  (we tried this at several different values)
max_file_uploads = 20
max_input_time = 1200
post_max_size = 4G (we tried this at several different values from 500MB up)
upload_max_filesize = 1G

The course maximum upload size is 1G and the Assignment maximum submission size is also set to 1G but have tried smaller values for these settings as well.  We receive the following message in the server error log:

2019-11-25 21:19:34 ip_address POST /moodle/repository/repository_ajax.php action=upload 443 - 74.3.142.2 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/78.0.3904.108+Safari/537.36 https://www.our_moodle_site.com/mod/assign/view.php?id=7838&action=editsubmission 413 1 0 92


Any help would be appreciated, we're pulling our hair out!  Thank you!

Average of ratings: -
In reply to Travis Holder

Re: Cannot upload files over 130MB to Assignment

by Travis Holder -
Hi Everyone, we found that our web config file was not saving properly and this problem has been solved. Thank you.