Large File Upload Fails

Large File Upload Fails

by Ebin Manuval -
Number of replies: 1

I have created an assignment and students can upload videos to my assignment .  But whenever uploading file is more than 100MB I am getting an error regardless of the browser   : error connecting to the server 

error connecting  to server


POST call error in network is 

repository/repository_ajax.php?action=upload => Failed to load resource: net::ERR_CONNECTION_RESET


This is my php.ini file configration 

max_execution_time : 600

max_file_uploads : 20

post_max_size : 1000M

upload_max_filesize : 900M

memory_limit : 512M


What should I do ? 


Average of ratings: -
In reply to Ebin Manuval

Re: Large File Upload Fails

by Diane Soini -
Moodle has its own settings as well. If you search for maxbytes you will find the settings. There are more than one depending on the activity and whatnot.