clearmedia Posted May 18, 2006 Share Posted May 18, 2006 i have an HTML form that has many txt fields, a few select fields and three file upload fields.The user entries in these fields are to be emailed on via a php page.I have worked out how to email all the results from the txt and select fields, but need to know how to attach the uploads to the email i am sending.Could someone advise pleaseThankyou Quote Link to comment https://forums.phpfreaks.com/topic/9902-emailing-a-file-from-a-file-upload-field/ Share on other sites More sharing options...
haydndup Posted May 18, 2006 Share Posted May 18, 2006 Firstly, you would want to do some checking on the files uploaded to make sure that they are not .exe etc. You don't want to be responsible for emailing viruses... But have a look at [a href=\"http://lwest.free.fr/doc/php/lib/index.php3?page=mail&lang=en\" target=\"_blank\"]LibMail[/a] for sending your emails with attachments Quote Link to comment https://forums.phpfreaks.com/topic/9902-emailing-a-file-from-a-file-upload-field/#findComment-36811 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.