Re: How to store a file in Core Data
Re: How to store a file in Core Data
- Subject: Re: How to store a file in Core Data
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 5 Aug 2005 17:22:27 -0700
On Aug 5, 2005, at 3:07 PM, Clayton Leitch wrote:
I have a structure that requires me to store a file (MS WORD, etc.)
in a core data field. I would like to do a drag and drop the file
on the field to enter it, and double click it to open it.
It's not clear why this is relevant to Core Data? You can store any
arbitrary data as an NSData attribute. How you turn your data into
an NSData object, how you represent that in the user interface, and
how user interface elements react to user input are all orthogonal
problems...
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden