Inherits from NSObject
Conforms to AGMultipart
Declared in AGMultipart.h
AGMultipart.m

Overview

A multipart object that it’s contents are initialized from a file on the file system.

Instance Methods

initWithFileURL:name:

Initialize a multipart object that points to a file on the file system.

- (id)initWithFileURL:(NSURL *)fileURL name:(NSString *)name

Parameters

fileURL

The URL of the file whose contents will be added on the request.

name

The name to be associated with the specified data.

Discussion

Initialize a multipart object that points to a file on the file system.

Declared In

AGMultipart.h