I need to transfer image byte contents from JavaScript to a COM component. I will figure out the COM part but how do I get the binary image having a reference to <IMG>
?
I need to support IE6+ only.
I am free to re-download the image if necessary given the source. It is not necessary to use the already downloaded image.
Is there a downloadToBytes() function or similar?