Hi all!
In my Web Form, I'm using the tool "Downloading Files" to get some pictures.
This Form is used by a smartphone BUT without Laserfiche app ; we are using default navigator.
Each time we are trying to import picture, the navigator ask to us if we want to open the camera or the library.
Is it possible to select the camera by default?
In the web, I found this code :
<input type="file" accept="image/*;capture=camera">
How can I use it in the form?
Thanks in advance.
Regards