3

How can I set max upload size in symfony2 sonata media while uploading Image via Sonata media Configuration.

4

1 回答 1

0

您可以在每个管理类中使用内联验证或在 php.ini 中设置此约束:

; Maximum allowed size for uploaded files.
upload_max_filesize = 5M

; Must be greater than or equal to upload_max_filesize
post_max_size = 10M
于 2018-01-19T10:43:32.610 回答