dustin10 / VichUploaderBundle

A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.
MIT License
1.84k stars 519 forks source link

Capture #1461

Open Cryptum0 opened 1 month ago

Cryptum0 commented 1 month ago

I'd like to know how to take photos directly with my webcam and record them with VichUploaderBundle. How can I set up my VichFileType Field so that I am offered either to take a photo directly with my webcam or to select an existing file ?

garak commented 1 month ago

You can pass any attribute to your form element, just like any other form elements. See Symfony documentation for forms.