POST multipart/form-data with Objective-C
问题 So this HTML code submits the data in the correct format for me. <form action=\"https://www.example.com/register.php\" method=\"post\" enctype=\"multipart/form-data\"> Name: <input type=\"text\" name=\"userName\"><BR /> Email: <input type=\"text\" name=\"userEmail\"><BR /> Password: <input type=\"text\" name=\"userPassword\"><BR /> Avatar: <input type=\"file\" name=\"avatar\"><BR /> <input type=\"submit\"> </form> I\'ve looked into a good number of articles on how to do a multipart/form-data