// Set your own boundary string only if really obsessive. We don't bother to check if post data contains the boundary, since it's pretty unlikely that it does.
NSString*stringBoundary=@"0xKhTmLbOuNdArY";
//if ([fileData count] > 0) {
// We need to use multipart/form-data when using file upload