input file capture create a temporary image on IPhone Safari?

16 views Asked by At

on mobile, it fires mobile camera then take a picture.

then input=file has a the result of the file !

we can access like "input.files[0]"

so that file is 1) on memory ? or 2) temporary file in browser app ?

anyways, 1), or 2) is there a way to clean the memory or delete the temporary image file ?

I tried to set null values the FileReader or Form reset which is input contains

0

There are 0 answers