Does anyone know how to attach a file uploaded to the email message (like a standard form)? The file upload has a bug with not linking files correctly in the email that have spaces in the name.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What's the purpose of file upload if all you want is a file attached to the email?
What you are looking for is possible, just not a feature of the phpFormGen.
I suggest using the RFE option to make this feature suggestion for future releases.
FYI,
This change requires a more sophisticated mailer function. Feel free to modify your process.php file in any way you like. Some notes on a more sophisticated mail function can be found here: http://pear.php.net/manual/en/package.mail.mail-mime.php
If you need help with custom design work, send me an email and I'll see what I can do.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anyone know how to attach a file uploaded to the email message (like a standard form)? The file upload has a bug with not linking files correctly in the email that have spaces in the name.
What's the purpose of file upload if all you want is a file attached to the email?
What you are looking for is possible, just not a feature of the phpFormGen.
I suggest using the RFE option to make this feature suggestion for future releases.
FYI,
This change requires a more sophisticated mailer function. Feel free to modify your process.php file in any way you like. Some notes on a more sophisticated mail function can be found here:
http://pear.php.net/manual/en/package.mail.mail-mime.php
If you need help with custom design work, send me an email and I'll see what I can do.