Hi, This is what I tried to do. With "txtFileName1" the field name of the field on the form where I am uploading. But this is not working it just sending an empty file in the email. Can you please tell me what am I missing.
<rde-rd:attachment type="embedded"> <rde-dm:reference> mode="read-multipart" op="full" attachment-attribute= "txtFileName1" attachment-name-prefix= "txtFileName1" buffer-stream="keep" scope = "request"</rde-dm:reference> </rde-rd:attachment> Thank you, Mave On Nov 18, 5:08 pm, Henry Lu <[EMAIL PROTECTED]> wrote: > It sounds like you are missing a step. Don't you need to use a reference > dynament to first upload the file? > > The attachment dynament does allow you to send a named file as attachment but > the ref attribute must specify a filepath liveserver can recognize. > > Sorry I don't have a ready example but you should look up the manual on > reference dynament. > > Henry Lu > > > > -----Original Message----- > From: mave <[EMAIL PROTECTED]> > Sent: Tuesday, November 18, 2008 5:14 PM > To: RedDot CMS Users <[email protected]> > Subject: form mail with attachment! > > I created a form in RedDot and used message dynaments to send an email > with the contents of the form on submit. Now, I need to send an file > attachment to the email as well. In other words in the form the user > will attach a file on his/her local machine and this file should be > sent in the email as an attachment on submit. > Is there a way we can do this in Reddot? There is a > child element in message dynament called attachment but it is just to > send the content of the form as an attachment but not to send as a > file attachment. Any examples will help a lot. > > Thanks in advance, > Mave.- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
