Open tulanowski opened 10 years ago
You'll have to enter filter
config parameter in configs
inside your form type. Although I don't know what is identifier
nor filter
. Documentation is pretty useless in this point.
The filter is the one setted for your liip_imagine. But I cannot find what I need to do with the identifier parameter. I tried to pass almost everthing but i'm not able to make it work.
Try adding something like this to your parameters.yml
file:
parameters:
....
plupload_options:
max_upload_size: 4000000
extensions: 'jpeg,jpg'
minWidth: 10
minHeight: 10
Then use plupload_options
as the identifier parameter.
After last refactoring I get this error:
but event if I add 'indentifier' I get:
BTW: why do change storage (from session to container parameters) for configs?