How to get the binary data from a download link
Posted
by jacob
on Stack Overflow
See other posts from Stack Overflow
or by jacob
Published on 2010-04-13T05:44:11Z
Indexed on
2010/04/13
5:52 UTC
Read the original article
Hit count: 288
Hi all,
I need to get the binary data of a download link.
When I run this link in the browser it always starts download manager. Rather I would like to copy that binary and display it on teh browser. How is this possible in any language.
Objective c or c# preferred.
Thanks
© Stack Overflow or respective owner