I have a safari webkit inside my mobile app which renders a webpage. The webpage has File upload option.
<input type="file" id="myFile" name="filename"> when I click on it 3 options are shown as in screenshot. I am trying to make the safari kit to only allow Camera capture and hide Upload already existing files. Is there any safari permission which I can remove to configuration that hide the options of upload from files.