Hi Eitan,
I am trying to take photo of user and store it in CMS. I want the user to select a button on which the web browser will ask for the user's consent for opening the camera of the device. Then with another button I want the user to take a photo from the user’s device and then upload.
Is there a npm package that can help me achieve this? I have pasted the URL below with 2 screenshots
Hi,
If you have an upload button it should automatically allow users to take a picture with their device as one of the upload options (for mobile).
For desktop you might need to go custom but either way it would depend on browser APIs and I don't think you should need a third party package.
Hope that helps, Eitan