Have seen several previous inquiries about this with no joy. That was
a year+ ago though and much has changed since.
I've seen several apps create an email which has been passed hrefs as
an array of variables... but nothing that will add a PDF or even a
simple .txt file.
Any apps or web apps out there doing this (commercial or otherwise)?
~Gerald
I havent tested it but I think webapps cant do it. Safari is too
restricted for that (in some cases this is fine in others its not). I
think even native apps cant access these files because they are stored
in mails and thats a big privacy issue - but I could be wrong ;)
Cheers
Max
> --
>
> You received this message because you are subscribed to the Google
> Groups "iPhoneWebDev" group.
> To post to this group, send email to iphone...@googlegroups.com.
> To unsubscribe from this group, send email to iphonewebdev...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en
> .
>
>
I can't help but think I've seen a native commercial app that put
pictures in a mailto. These were pictures that were NOT in my photo
album... But, I can't tell you if they were called as img src and made
to appear as inline elements of the email message.
OK, so, getting creative... what if each "button" in my web app was
actually a "submit" for a form and each click on the graphic button
submitted a web form and the emailed attachment came from my site...
Could something like that work? (Suspecting so...)
Question is, could I do something like that from within a wrappered
app (such as PhoneGap or Titanium, etc) and still be "approved" for
the App Store?
New thoughts out there?
Sent from iPhone, please forgive spelling mistakes.
Remi
What's interesting here is the mail app isn't loaded on the iPhone
Simulator... yet it pops a mail message view
[MFMailComposeViewController ].
So, now my question becomes this... If we can pluck things out of
Photo Album... might we be able to pluck things out of a local db (be
it HTML5 or sqlite). So long as we know the path to the items...
should it be possible?