• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cfmail form and uploading attachments

Participant ,
Mar 14, 2007 Mar 14, 2007

Copy link to clipboard

Copied

Hello.

I have a cfmail form that works fine. However, I want to add the ability for the user to be able to upload ONE document and have this document be sent with the cfmail form when the submit button is clicked.

Any tutorials and help would be appreciated.

Thanks,

PedroAlberto
TOPICS
Advanced techniques

Views

300

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 14, 2007 Mar 14, 2007

Copy link to clipboard

Copied

Read all about <cffile> in the cfml reference manual.

On your form, you want to have this attribute: enctype="multipart/form-data"

and an input type="file" control somewhere.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 14, 2007 Mar 14, 2007

Copy link to clipboard

Copied

Thanks. I will check the topics you mentioned.

PedroAlberto

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 14, 2007 Mar 14, 2007

Copy link to clipboard

Copied

LATEST
Allot of good tutorials found at www.easycfm.com I bet if you look around
their tutorial section you will find some stuff on what your trying to
achieve.


"PedroAlberto" <webforumsuser@macromedia.com> wrote in message
news:et9bjm$2cp$1@forums.macromedia.com...
> Thanks. I will check the topics you mentioned.
>
> PedroAlberto


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation