SeapalDavid
Results
1
comments of
SeapalDavid
yazchd method didnt work with my project and i fixed by doing it like this ``` yield ImageField::new('media', 'Ver Documentos') ->hideOnIndex() ->hideOnDetail() ->setBasePath('docs/licitaciones') ->setUploadDir('public/docs/licitaciones') ->setFormTypeOption('multiple', true) ->setFileConstraints(new File([ // By...