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 ?
<form name="form1" method="POST" enctype="multipart/form-data"> </form> Code (markup): Did you try this?