Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Adding upload option to the Nice Simple Contact Form?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #31649
    DamianH
    Member

    I’m using the Nice Simple Contact Form downloadable on CSS-Tricks and I want to add an uploads option, I’ve got the upload tag in my html but what PHP would I need to add to the simple php file provided?

    #59992
    Bob
    Member

    Perhaps this tutorial over at Tizag will help you in the right direction:

    http://www.tizag.com/phpT/fileupload.php

    #58125
    DamianH
    Member

    Thanks guys! And sending it on through an e-mail would use something like this?
    $Body .= “Uploaded file: “;
    $Body .= $uploadedfile;
    $Body .= “n”;

    #58082
    DamianH
    Member

    cheers I will try that

    #58017
    DamianH
    Member

    SpeedGun how would you link it?

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Back End’ is closed to new topics and replies.