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.
1 parent 5b4be07 commit 11d1acfCopy full SHA for 11d1acf
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