After trying nearly every response on the subject, I\'ve come up without a working answer to my problem.
The problem: So I\'ve implemented the uploading portion of m
You can set the AFHTTPSessionManager to accept any MIME Type:
AFHTTPSessionManager
manager.responseSerializer.acceptableContentTypes = [NSSet setWithObject:@"text/html"];