[appengine-java] Re: can't send attachment via Java Mail API supported by GAE

2010-02-04 Thread Nehul
Can you please explain what you mean? On Feb 4, 6:38 am, seleronm wrote: > Hi. > > I think that I can transmit if it is shape that stores > msg and attachement in each Part > > Please try. > thanks. > > > > >Multi-Part Messages > > >I can't send attachment (simple image file) to email but normal

[appengine-java] Re: can't send attachment via Java Mail API supported by GAE

2010-02-07 Thread Nehul
Thanks I think my value of ByteArray is not right. I will add blazeDS to get data from flex to gae. I will post result. On Feb 5, 7:59 am, m seleron wrote: > Hi. > > I'm sorry for being not able to explain well. > Please try the following sources. > > > > MimeMessage msg = new MimeMessage(sessio

[appengine-java] Re: can't send attachment via Java Mail API supported by GAE

2010-02-10 Thread Nehul
Thanks everything is working now. Now attachment is working. Flex base video to image capture application hosted on google app engine http://clickpicture.appspot.com/Video.html On Feb 5, 7:59 am, m seleron wrote: > Hi. > > I'm sorry for being not able to explain well. > Please try the following

Re: [appengine-java] Re: can't send attachment via Java Mail API supported by GAE

2010-02-05 Thread m seleron
Hi. I'm sorry for being not able to explain well. Please try the following sources. MimeMessage msg = new MimeMessage(session); Multipart mp = new MimeMultipart(); //attachmentPart MimeBodyPart attachment = new MimeBodyPart(); attachment.setFileName("videoimage.jpeg"); ByteArrayDataSource byt

Re: [appengine-java] Re: can't send attachment via Java Mail API supported by GAE

2010-02-11 Thread seleronm
Hi. It is great. I was able also to receive attached mail. Congratulations. >Thanks everything is working now. Now attachment is working. > >Flex base video to image capture application hosted on google app >engine > >http://clickpicture.appspot.com/Video.html > >> Hi. >> >> I'm sorry for be