We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df81a14 + 24abf39 commit a2395c0Copy full SHA for a2395c0
ios/RNFetchBlobReqBuilder.m
@@ -69,7 +69,7 @@ +(void) buildMultipartRequest:(NSDictionary *)options
69
[mheaders setValue:[NSString stringWithFormat:@"%lu",[postData length]] forKey:@"Content-Length"];
70
[mheaders setValue:@"100-continue" forKey:@"Expect"];
71
// appaned boundary to content-type
72
- [mheaders setValue:[NSString stringWithFormat:@"multipart/form-data; charset=utf-8; boundary=%@", boundary] forKey:@"content-type"];
+ [mheaders setValue:[NSString stringWithFormat:@"multipart/form-data; boundary=%@", boundary] forKey:@"content-type"];
73
[request setHTTPMethod: method];
74
[request setAllHTTPHeaderFields:mheaders];
75
onComplete(request, [formData length]);
0 commit comments