Developer Support »

How easy is it to select an image in FormToEmail-Pro and send it to an email?  (See more user questions)

Hi .

Thank you for your question.

It's very easy to do that. You don't need to configure the script, it will
automatically detect uploaded files from your form and send them as
attachments.

You need to code your form to allow it to upload files. There's
instructions in the script. You need to have a file input, like this:

<input type="file" name="whatever">

You need to change the form tag from:

<form action="formtoemailpro.php" method="post">

...to:

<form action="formtoemailpro.php" method="post"
enctype="multipart/form-data">

That's it.

You can get the Pro script here:

https://formtoemail.com/formtoemail_pro_version.php

Any questions, just let me know.

Best wishes.

Charles Sweeney
https://formtoemail.com
The world's easiest feedback script!

----- Original Message -----
Sent: Saturday, November 27, 2010 3:44 AM
Subject: FormToEmail script


> Comments: hi could you please tell me how easy it is to select an image
> in formtoemail_pro_version.php
> and send it to an email.
> thanks