Read a file as binary data in JavaScript on the client side -
as question states, i'd way read files on client side using javascript (is there other possible alternative?).
these files(images mostly) part of webpage, , not need access filesystem.
so question should reduce to, possible open file in binary mode in javascript , read byte byte?
there seems confusion i'm trying achieve. question how load binary image data using javascript , xmlhttprequest? deals case when user able make own requests server , set own mime-types etc.
i wish create js function/script reads loaded files on web-page binary, purposes of meta-data extraction.
Comments
Post a Comment