Hi Jesse,
ERAttachment is an abstract class. You can't instantiate it using the
createERAttachment method.
You should create the attachment using the ERAttachmentProcessor instead:
ERAttachment attachment =
ERAttachmentProcessor.processorForType(storageType).process(editingContext,
uploadedFile, originalFileName, mimeType, configurationName, ownerID);
Cheers,
Henrique
On 02/05/2011, at 15:30, Jesse Tayler wrote:
> I'm trying to create an ERAttachment via ERRest,
>
> I didn't see an ERRestRoute for uploading file attachments but maybe that's
> what I'm missing?
>
> I get a creation error while trying to create ERAttachment, and I realize I
> likely should be creating the ERAttachmentData object first, or more likely,
> find the ERRestRoute that's best for uploading a new file attachment?
>
>
>
> NSData posterData = (NSData)dic.valueForKeyPath("poster");
> ERAttachment attachment =
> ERAttachment.createERAttachment(editingContext(), true, new NSTimestamp(),
> (String)dic.valueForKeyPath("mimetype"),
> (String)dic.valueForKeyPath("filename"), false, sizeInteger, webPathString));
> user().setPoster(attachment);
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list ([email protected])
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/hprange%40gmail.com
>
> This email sent to [email protected]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]