html input type=file — Select a file from iCloud
问题 I'm developing a Cordova / PhoneGap-based application that has an embedded text editor. To access selected files, I'm having the user browse the mobile device by using the html <input type=file> element: <div class="control-row"> <label for="selFile" class="topcoat-button">{{t 'view.lblSelect'}}</label> <input type="file" value="" id="selFile" multiple> </div> On iOS, however, clicking on the input element brings up Photos instead of allowing me to pick iCloud documents. Is there a way to