On Sun, Sep 13, 2009 at 6:15 AM, george <geo...@mattandgeorge.com> wrote:

>
> update:
>
> ok, so it turns out that you can send pdfs as inline attachments using
> XHTMLPlusImages. (the byte array being empty was my fault).
>
> however, it would still be good to be able to add arbitrary
> attachments. a pdf isn't really an image.
>

 PlusImageHolder(name: String, mimeType: String, bytes: Array[Byte])

It's called PlusImageHolder, but it's really any old attachment.  You
specify the name, the mime type and the byte array and it gets included.


>
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to