I have an input type="file"
. After clicking an image by the user, I need to display the image immediately without any delay.
For that, I need to get the URL of the image in the remote computer. Can I get the DATA URI
of the image after the user selects an image from the input type="file"
?