Explorar el Código

Add block prefix

Ben Hsieh hace 8 años
padre
commit
4e91079b14
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      src/ios/RNFetchBlobReqBuilder.m

+ 2
- 1
src/ios/RNFetchBlobReqBuilder.m Ver fichero

@@ -119,7 +119,8 @@
119 119
                     }
120 120
                     else
121 121
                     {
122
-                        [request setHTTPBody:[NSData dataWithContentsOfFile:orgPath ]];
122
+                        __block NSData * bodyBytes = [NSData dataWithContentsOfFile:orgPath ];
123
+                        [request setHTTPBody:bodyBytes];
123 124
                     }
124 125
                 }
125 126
                 // otherwise convert it as BASE64 data string