Is it possible to save a photo loaded from the iOS safari input file to a camera frame?

Using an input tag like this in iOS and clicking on it will display this menu:

<input type="file" accept="image/*" capture="camera">

Take photo iOS

If the user clicks the "Take Photo" button, then take a photo, it will not be saved in their Camera Roll. Is there a way to enable this?

Thank!

+3


source to share





All Articles