how to convert image or file Upload to byte with java script ? and send to web API with ajax
Asked
Active
Viewed 685 times
0
-
1Possible duplicate of [How to convert image to byte array using javascript only to store image on sql server?](https://stackoverflow.com/questions/9258932/how-to-convert-image-to-byte-array-using-javascript-only-to-store-image-on-sql-s) – Madhawa Priyashantha Aug 19 '17 at 07:10
-
Not a dup since that will convert to string not bytes (ArrayBuffer). OP: please include the code you have tried with so far. – Aug 19 '17 at 07:18