开发者

Change the maximum size of a file upload - symfony

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜