I am using a form to upload video files. For some reason all I get is the following error:
Symfony \\ Component \\ HttpFoundation \\ File \\ Exception \\ Fil
In the php.ini file, change the following:
upload_max_filesize = 20M post_max_size = 20M
This should make it work.