Results 1 to 4 of 4

Thread: saving an image

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    183

    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?

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    183
    System.Web.UI.WebControls.Image

    has no save method, and wouldn't I have to be really dumb to ask if it did?

  4. #4
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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
  •  



Click Here to Expand Forum to Full Width