• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Urgent: Displaying image from NSData
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Urgent: Displaying image from NSData


  • Subject: Re: Urgent: Displaying image from NSData
  • From: David Elsner <email@hidden>
  • Date: Mon, 22 Mar 2004 12:15:47 +1100

Did you remember to set the mime type

On 22/03/2004, at 9:25 AM, <email@hidden> wrote:

Hello!

I am trying to display an image stored in a database. It uploads fine..
showing it is the only issue.


The following is linked to the "data" attribute on my WOImage:

public NSData getTheImage()
{
((Session)session()).fetchPhotoList();
theImage = new
NSData(((((Session)session()).photoData.objectForKey((team.teamNumber() ).toString())).toString()).getBytes());


	return theImage;
    }


This:
((((Session)session()).photoData.objectForKey((team.teamNumber()).toStr ing())).toString()).getBytes()
shows the binary data of the required image with no problem (on a
system.out.println). However, when I convert it to NSData, the data seems
to change.


Any ideas?

Thank you in advance,
Greg
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


References: 
 >Urgent: Displaying image from NSData (From: <email@hidden>)

  • Prev by Date: 5.2.3 & Eclipse/WOLips
  • Next by Date: Re: Urgent: Displaying image from NSData
  • Previous by thread: Urgent: Displaying image from NSData
  • Next by thread: Re: Urgent: Displaying image from NSData
  • Index(es):
    • Date
    • Thread