How to get the binary data from a download link
- by jacob
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