Skip to content

A little class-helper for image upload on iOS. With it's help you wouldn't have to spend hours trying to format your POST request.

License

Notifications You must be signed in to change notification settings

Quarezz/QRZMultipartBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QRZMultipartBuilder

A little class-helper for image upload on iOS. With it's help you wouldn't have to spend hours trying to format your POST request.

QRZMultipartBuilder *builder = [[QRZMultipartBuilder alloc] initWithBoundary: @""];
[builder setAttributes: @{   
                            @"file_id": @"123",
                            @"file": [UIImage imageNamed:@"yourImage"];
                        }];
NSData *body = [builder buildHTTPBody];

About

A little class-helper for image upload on iOS. With it's help you wouldn't have to spend hours trying to format your POST request.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published