I have a Silverlight 4.0 website where users can upload images. (Users have to login in order to upload files.)
Also I have some WPF Client which downloads those images using HTTP.
My question is:
Have do I create some simple ASP .NET MVC 3 website to realize it or there is a way that WPF Client can login and download images? I mean, if I have to use Silverlight website.
Thank you!
if you have the url for the images, just use the WebClient class, I did something like this using the code below: