Skip navigation.
 
mlRe: File upload with NSURLRequest fails
FROM : Tom Harrington
DATE : Thu Mar 13 22:02:10 2008

On Thu, Mar 13, 2008 at 2:50 PM, Tom Harrington <<email_removed>> wrote:
>        [postBody appendData:[[NSString stringWithString:@"Content-Type:
>  null\r\n\r\n"] dataUsingEncoding:NSUTF8StringEncoding]];


Someone asked about this.  FYI, "null" is what the other clients use,
but if I use "image/jpeg" it fails in exactly the same way.

--
Tom Harrington
<email_removed>
AIM: atomicbird1

Related mailsAuthorDate
mlFile upload with NSURLRequest fails Tom Harrington Mar 13, 21:50
mlRe: File upload with NSURLRequest fails Tom Harrington Mar 13, 22:02
mlRe: File upload with NSURLRequest fails Tom Harrington Mar 13, 22:41
mlRe: File upload with NSURLRequest fails Ben Lachman Mar 14, 07:43
mlRe: File upload with NSURLRequest fails Tom Harrington Mar 14, 16:49