|
-
Dec 27th, 2002, 08:49 PM
#1
Thread Starter
Addicted Member
saving an image
My application creates an image and displays it in an image box,but I don't see a function here to save it. Any idea how to save?
-
Dec 27th, 2002, 10:33 PM
#2
PowerPoster
Use the Image.Save method. That is, if you have an image object (or bitmap object), just call its Save method to save the image.
-
Dec 30th, 2002, 07:11 PM
#3
Thread Starter
Addicted Member
System.Web.UI.WebControls.Image
has no save method, and wouldn't I have to be really dumb to ask if it did?
-
Dec 31st, 2002, 02:43 PM
#4
PowerPoster
No it doesn't, but System.Drawing.Image does. Can you put the web image object into a real image object, then save it?
I am new to the whole web apps thing, so forgive me if I missunderstand what you are doing.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|