0

I take a file input in html <input type="file" /> How can i store the input image into a image object variable?

4
  • What do you want after storing that image? Wanna show? Or send to server? Commented Apr 29, 2019 at 14:06
  • are you looking for the image tag from the DOM, or do you want to get the image as a binary file ?? Commented Apr 29, 2019 at 14:07
  • I want to send the file to the server. Commented Oct 17, 2019 at 16:18
  • I want to get the image as binary file. Commented Oct 17, 2019 at 16:19

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.