[CLOSED] Saving image in byte format

  1. #1

    [CLOSED] Saving image in byte format

    Hi,

    We have a requirement where the user can browse for an image and he should be able to save it byte format. How do we implement this using FileUpload control?

    Thanks
    Anulekha
    Last edited by Daniil; Mar 07, 2012 at 8:29 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please clarify do you need upload or download that image?
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    Please clarify do you need upload or download that image?
    Hi Danill,

    We need to upload the image.

    Thanks
    Anulekha
  4. #4
    Quote Originally Posted by AnulekhaK View Post
    Hi Danill,

    We need to upload the image.

    Thanks
    Anulekha
    I believe there is a FileUpload sample in the Examples Explorer.
    Geoffrey McGill
    Founder
  5. #5
    The following example might help as well:
    http://forums.ext.net/showthread.php...ll=1#post71782

    There is the PostedFile property in FileUploadField, it's an HttpPostedFile instance.
    http://msdn.microsoft.com/en-us/libr...ostedfile.aspx

    You could use it to read a file and save in any format.

Similar Threads

  1. [CLOSED] Load byte array jpg into a Ext:Image
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Jun 02, 2018, 5:19 PM
  2. Replies: 1
    Last Post: May 16, 2012, 12:57 PM
  3. [CLOSED] ext:Image - How I can show a menu when click in ext:Image?
    By supera in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: May 10, 2012, 8:56 PM
  4. How to read image from []byte or MemoryStream
    By qch2006qch in forum 1.x Help
    Replies: 0
    Last Post: Jan 17, 2012, 7:21 AM
  5. Replies: 2
    Last Post: Apr 14, 2011, 9:03 AM

Posting Permissions