upload captured image into fileupload from webcam #14277
Unanswered
kenmdavids
asked this question in
Help
Replies: 1 comment
-
can you resolve the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Form builder
Package Version
v3.2
How can we help you?
I'm integrating webcam js into filament. I want to use one field (capture1) to capture the image from the user's camera and fill the photo field, the photo field can be used to browse photos manually in case someone doesn't want to use the web camera. In my RegistrationResource I have tried two methods,
In both blades whether from the component or the view field, I have implemented the following code
this code works, it captures the image.
But whether I use the manageRegistration or CreateRegistration like below I can't get the photo field filled later on and even listen to the event from either method:
In My registrationResource, I have tried this
what am I missing?
Beta Was this translation helpful? Give feedback.
All reactions