Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
BenAmy #1
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
-
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... -
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... -
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... -
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... -
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 -
mxstu #2
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



Reply With Quote

