Upload File Error PHP Correct

Upload File Error PHP Correct

by LUIZ AUGUSTO MACHADO MACHADO -
Number of replies: 3
Hi, when I upload a video more than 120MB I get an error but the php.ini is right and reflect on moodle settings 




Average of ratings: -
In reply to LUIZ AUGUSTO MACHADO MACHADO

Re: Upload File Error PHP Correct

by Pradip Gohil -
Open the php.ini file and increase the upload size...
In reply to LUIZ AUGUSTO MACHADO MACHADO

Re: Upload File Error PHP Correct

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Go to Site admin > Server > PHP Info and check the maximum upload size settings again. There are two upload_max_filesize and post_max_size, both need to be set. That page shows you the settings Moodle is seeing. It's not hard to edit the wrong php.ini file.