Results 1 to 2 of 2

Thread: Alowing visitors to upload and attach files in a script.

  1. #1
    Join Date
    Dec 2008
    Location
    Portsmouth UK
    Posts
    23
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Question Alowing visitors to upload and attach files in a script.

    Does anyone know how to go about this?

    I need the visitors of my website to upload files (such as CV's) I understand that this will then be sent to my email account via the php script. But how do i put in a 'Browse Files' button?

    Danny.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Here:
    http://us2.php.net/manual/en/function.mail.php
    Scroll down to the notes section, and find:

    Note: Email with attachments and special types of content (e.g. HTML) can be sent using this function. This is accomplished via MIME-encoding - for more information, see this » Zend article or the » PEAR Mime Classes.

    (You'll have to find it to click on the links)
    Jeremy | jfein.net

  3. The Following User Says Thank You to Nile For This Useful Post:

    danny_matthews (12-22-2008)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •