Including an image Submit

Discussion in 'PHP' started by quamism, Oct 22, 2005.

  1. #1
    I would like to add a field to my submit page so an avitar image can be uploaded along with the tutorial. I do not know where to start with this process.

    Can anyone help me out?

    Page is http://www.tutorialcollection.com/submit/
     
    quamism, Oct 22, 2005 IP
  2. michele

    michele Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Some things you will need to look at include:

    - add enctype="multipart/form-data" to your form tag
    - add an input element of type "file" to your form
    - PHP's $_FILES array where uploaded stuff is accessed in scripts
    - PHP's image handling functions, which require the GD library

    Googling on any of these should get you going.
     
    michele, Oct 22, 2005 IP
  3. Avatar

    Avatar Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Try an Uploader script?
     
    Avatar, Oct 27, 2005 IP
  4. dave487

    dave487 Peon

    Messages:
    701
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #4
    dave487, Oct 28, 2005 IP