TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sharath m
NA
4
3.7k
How to store an image as an image file in local system.
Apr 22 2013 12:27 PM
I have a image which is coming from server and i am able to load it on the page.
Now i need to store that image on local system how to do it....
Image image = new Image();
if (imagePath != string.Empty)
{
Uri url = new Uri(imagePath);
BitmapImage bitmapimage;
bitmapimage = new BitmapImage(new Uri(imagePath, UriKind.Absolute));
image.Source = bitmapimage;
}
Reply
Answers (
4
)
How to disable IIS8 on windows 8?
delete user name when forgotten