I have a form in Symfony where the user uploads files to. These files can be up to 50Mb in size.
However, when I try to upload a file that is about 10Mb (before this
You need to set both of these in the php.ini:
post_max_size = 50M upload_max_filesize = 50M