hi,
i use IIS service created a web site, this: http://liuxiaolei/sqlmobile/img.jpg .
i want to get file img.jpg from this web site use my mobile device .
but ,in c# ,how can i get this file and save it to mobile device ?
very thanks!
You need to use HttpWebRequest. Search with Google and you'll find plenty of examples.