hI,

I have a form that i've coded that enables the user to upload a CV file for a job application. The email sends and the user gets a confirmation email.

The email that is sent, sends the file as text and its a series of numbers and letters instead of sending as an attachment.

Please help...?

PHP Code:

attached file

Sample email:

attached file

    I'm guessing this is a problem with MIME types in your mail. Consider using PHPMailer -- it makes it easier to attach files to emails.

      Write a Reply...