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 0016cc4 + 11d1acf commit 472fbc8Copy full SHA for 472fbc8
ios/ReactNativeBlobUtilReqBuilder.m
@@ -115,6 +115,7 @@ +(void) buildOctetRequest:(NSDictionary *)options
115
if([body hasPrefix:FILE_PREFIX]) {
116
__block NSString * orgPath = [body substringFromIndex:[FILE_PREFIX length]];
117
orgPath = [ReactNativeBlobUtilFS getPathOfAsset:orgPath];
118
+ orgPath = [[NSURL URLWithString:orgPath] path];
119
if([orgPath hasPrefix:AL_PREFIX])
120
{
121
0 commit comments