I'm facing a challenge with my web application for mobile users. I want to restrict them from uploading images using the input type file, and instead only allow them to take pictures directly from their camera on the device.
Is there a way to achieve this restriction in my web app? If not, are there any alternative solutions I can explore?