picture upload?

Discussion in 'HTML & Website Design' started by Solicitors Mortgages, Mar 3, 2006.

  1. #1
    I want to add "file upload" into a form, has anyone got the code? :eek: I know it's pretty simple...but so am I ;)
     
    Solicitors Mortgages, Mar 3, 2006 IP
  2. fsmedia

    fsmedia Prominent Member

    Messages:
    5,163
    Likes Received:
    262
    Best Answers:
    0
    Trophy Points:
    390
    #2
    fsmedia, Mar 3, 2006 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    <input type="file">
    Code (markup):
    cheers,

    gary
     
    kk5st, Mar 3, 2006 IP
  4. fdlinda

    fdlinda Peon

    Messages:
    20
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Make sure you put this in your form tag too, I always forget and it drives me nuts figuring out why it doesn't work.
    enctype="multipart/form-data"
    Code (markup):
     
    fdlinda, Mar 5, 2006 IP
  5. petarddd

    petarddd Peon

    Messages:
    132
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    What scripting language do you have available on the server? You will need one for sure :)
     
    petarddd, Mar 6, 2006 IP