How to upload photos in PHP

Discussion in 'PHP' started by bestwriter, Aug 30, 2007.

  1. #1
    Hello Everyone,

    Please tell me how to code a page in PHP that could enable users to upload their photos online.

    Thank You
     
    bestwriter, Aug 30, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    Search Google for "php file upload" and you get millions of examples.

    If you need specific help with a specific script, ask again.
     
    nico_swd, Aug 31, 2007 IP
  3. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #3
    jakomo, Aug 31, 2007 IP
  4. ssanders82

    ssanders82 Peon

    Messages:
    77
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Just FYI, a common error is to forget enctype="multipart/form-data" in your form attributes, you need this in order to upload pics.
     
    ssanders82, Aug 31, 2007 IP