Background: iOS 6.1, at the time of writing, doesn\'t allow both multiple file selection and taking a photo in a single input.
Since my main app already has a multiple i
No, you can't. Safari handles this as an UIImagePickerView and has to choose the source by this UIActionSheet.
UIImagePickerView
UIActionSheet
For your information, this line has the same effect:
Tested also in iOS 7.