Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages