0

I want To Convert Image To Binary Data using JavaScript w return the Binary Data To use it in a class

also I want to Convert the Binary Data To Image

3
  • 3
    Possible duplicate of How convert image into binary format using javascript Commented Oct 20, 2017 at 17:56
  • Do you mean actual binary data, like able to access individual bytes, or a string representation (base64) of the binary data? The former you would use ArrayBuffer / Typed Arrays Commented Oct 20, 2017 at 18:08
  • I need this binary format to use it in a class to insert in sql server Commented Oct 20, 2017 at 21:23

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.