Atto direct video recording (RecordRTC) stops after 10 seconds with "You have attained the maximum size limit for file uploads"

Re: Atto direct video recording (RecordRTC) stops after 10 seconds with "You have attained the maximum size limit for file uploads"

by Jesus Marquez -
Number of replies: 0

Hi Carl,

This fixed the problem!

I had set this values:

post_max_size = 3G

upload_max_filesize = 3G

I changed to:

post_max_size = 2048M

upload_max_filesize = 2048M

Our enviroment:

moodle 3.5.2

php 7.0.33

Thanks Carl!