开发者

Change the maximum size of a file upload - symfony

开发者 https://www.devze.com 2023-04-03 04:35 出处:网络
Can I change the maximum size from a file that is being upload (using the sfValidatorFile and the sfW开发者_开发技巧idgetFormInputFile) from 2MB to a bit more? thank youYou have to set the validator o

Can I change the maximum size from a file that is being upload (using the sfValidatorFile and the sfW开发者_开发技巧idgetFormInputFile) from 2MB to a bit more? thank you


You have to set the validator option (in bytes)

max_size

Of course it can't exceed upload_max_filesize in php.ini

0

精彩评论

暂无评论...
验证码 换一张
取 消