I'm developing a project in Ignition Perspective that uses the FileUpload component. At certain points in the process, the user is required to capture a real-time photo to verify that specific conditions have been met—such as a clean environment or a properly completed task. These photos serve as visual evidence.
For this reason, I would like to restrict the upload functionality so that only images taken directly with the camera can be submitted, preventing the selection of files from the device’s gallery or file system. The goal is to ensure greater reliability and authenticity in collecting this evidence.
Is there a way to configure the FileUpload component (or use an alternative) to allow only the use of the camera? Any workaround or browser-specific solution would also be appreciated.