How to increase the upload limit for files on a Symfony 2 form? How to increase the upload limit for files on a Symfony 2 form? symfony symfony

How to increase the upload limit for files on a Symfony 2 form?


You need to set both of these in the php.ini:

post_max_size = 50Mupload_max_filesize = 50M