0

I have created a file upload HTML element.

<input type="file" id="picture">

How can I get a blob content of the file every time the file is selected. The blob should be such that, it can be set as an src attribute for an image Html element to display it on the web page, then and there.

0 Answers0