hi u all might be seen the insert option in out look express , so the image will not mailed as an attachment but it will be inserted, the same thing i need to have in my contact us web page so help suggestion r script how to do this in php. Thanks in advance Girish girish@pbminfotech.com
Essentially you need a file upload button and then either by submitting the page and refreshing or by using ajax you then show the image and allow the user to keep working on their message. Potential Problem: malicious files are uploaded that aren't actually images, large images, images uploaded but the user never sends the email
hi thanks for your response i still didnt coded, i have the idea like this first we need to write the code to upload file after that i dont know how to insert in mail
Here is sample code for adding an attachment to a message: http://pear.php.net/manual/en/package.mail.mail-mime.example.php