how to make multiple/form data variable in php?

Discussion in 'PHP' started by MayurGondaliya, Dec 9, 2011.

  1. #1
    As the thread title says. I am willing to post the image in the facebook profile using the facebook api. But, that needs multipart form data. How can I achieve this using php ?
     
    MayurGondaliya, Dec 9, 2011 IP
  2. kasun0777

    kasun0777 Well-Known Member

    Messages:
    355
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    138
    #2
    <form name="form1" method="POST" enctype="multipart/form-data">
    </form>
    Code (markup):
    Did you try this?
     
    kasun0777, Dec 9, 2011 IP