Turn a picture into a binary stream using the afnetworking POST to upload to the server.

Source: Internet
Author: User

Turn a picture into a binary stream using the afnetworking POST to upload to the server.

Afhttprequestoperationmanager *manager = [[Afhttprequestoperationmanager alloc] Initwithbaseurl:[nsurl URLWithString : BaseUrl]];


Manager.responseserializer = [Afjsonresponseserializer serializer];


Manager.requestSerializer.timeoutInterval = timeOutInterval;


[Manager Post:request_updatecompanyinfo parameters:paramdict constructingbodywithblock:^ (id< Afmultipartformdata> formData) {


NSData *data=uiimagepngrepresentation (_userimage);


NSDateFormatter *formatter = [[NSDateFormatter alloc] init];


Set the time format


Formatter.dateformat = @ "YYYYMMDDHHMMSS";


NSString *str = [formatter stringfromdate:[nsdate date]];


NSString *filename = [NSString stringwithformat:@ "%@.png", str];


[FormData appendpartwithfiledata:data name:@ "logo_img" Filename:filename mimetype:@ "Image/png"];



} success:^ (afhttprequestoperation *operation, id responseobject) {


[Super stoploadingcompletedwithmessage:@ "submit success"];


[Self.navigationcontroller Popviewcontrolleranimated:yes];



} failure:^ (Afhttprequestoperation *operation, Nserror *error) {



}];

Turn a picture into a binary stream using the afnetworking POST to upload to the server.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.