Sending an Attachment in a EMAIL

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Sending an Attachment in a EMAIL

    Hi,

    I am using a email form, where the user can send emails, everything is working
    fine, now i need to allow users to send attachments with their emails.
    For uploading files i am using

    <tr class="issueEven">
    <td><b>Add File:</b></td>
    <td colspan=20>
    <input type="file" name="Filetoupload" size="30" class="filterForm"
    title="Click here to Select File">
    </td>
    </tr>

    And i am using this code to
    <cffile action="UPLOAD" filefield="form.Filetoupload" destination="#uplDir#"
    nameconflict="OVERWRITE">

    I am getting errors...please help me.

    Thanks
    BenAmy


    BenAmy Guest

  2. Similar Questions and Discussions

    1. Sending an eBook as an email attachment
      Hello More Ebook thoughts... This is the first eBook I've designed. I want to send it as attachment. A standard PDF icon is just, - well a...
    2. Sending email with attachment
      We would like to create a form that allows visitors to send email with attachment to us. We consulted our web hosting company, and they said that...
    3. Sending HTML email - not display attachment
      I am sending an HTML email. HTML created in dremaweaver, and sent through Outlook Express... it all works fine... The design looks good. The...
    4. sending as email attachment
      I'm new to Publisher so hope this isn't too simplistic but I can't seem to find answer to following. I'm intending to write a Newsletter in Publisher...
    5. sending attachment with mail()
      sending attachment with mail() How can i simply attach an file (word.doc) to an e-mail with the mail() function roy
  3. #2

    Default Re: Sending an Attachment in a EMAIL

    Please don't [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=3&threadid=1050753&enterthre ad=y[/url]
    mxstu Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139