Home
last modified time | relevance | path

Searched refs:uploadAsync (Results 1 – 21 of 21) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.js237 export async function uploadAsync(url, fileUri, options = {}) { function
238 if (!ExponentFileSystem.uploadAsync) {
241 return await ExponentFileSystem.uploadAsync(url, fileUri, {
341 async uploadAsync() { method in UploadTask
H A DFileSystem.d.ts148 export declare function uploadAsync(url: string, fileUri: string, options?: FileSystemUploadOptions…
188 uploadAsync(): Promise<FileSystemUploadResult | undefined>;
H A Dtypes.d.ts17 readonly uploadAsync?: PlatformMethod; property
H A Dtypes.js.map1 …latformMethod;\n readonly downloadAsync?: PlatformMethod;\n readonly uploadAsync?: PlatformMetho…
H A DFileSystem.js.map1uploadAsync(`http://192.168.0.1:1234/binary-upload`, fileUri, {\n * fieldName: 'file',\n * …
/expo/packages/expo-file-system/src/
H A DFileSystem.ts294 export async function uploadAsync( function
299 if (!ExponentFileSystem.uploadAsync) {
303 return await ExponentFileSystem.uploadAsync(url, fileUri, {
436 public async uploadAsync(): Promise<FileSystemUploadResult | undefined> { method in UploadTask
H A Dtypes.ts18 readonly uploadAsync?: PlatformMethod; property
/expo/tools/src/commands/
H A DClientBuild.ts72 await uploadAsync(builder, sdkVersion, appVersion);
139 async function uploadAsync( function
/expo/packages/expo-file-system/
H A DCHANGELOG.md192 - Fixed `uploadAsync` failing to resolve when using `BINARY_CONTENT`. ([#14764](https://github.com/…
289 - Fixed `uploadAsync` native signature on Android. ([#9076](https://github.com/expo/expo/pull/9076)…
290 - Fixed `uploadAsync` throwing `Double cannot be cast to Integer` on Android. ([#9076](https://gith…
292 - Fixed `uploadAsync()` returning empty response on iOS. ([#9166](https://github.com/expo/expo/pull…
308 - Add `FileSystem.uploadAsync` method. ([#7380](https://github.com/expo/expo/pull/7380) by [@lukmcc…
/expo/apps/native-component-list/src/screens/
H A DFileSystemScreen.tsx180 await this.upload.uploadAsync();
/expo/docs/pages/versions/unversioned/sdk/
H A Dfilesystem.mdx242 | `uploadAsync` | Source:<br/>`file:///`<br/><br/>Destination:<br/>`http://`<br/>`https…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dfilesystem.mdx242 | `uploadAsync` | Source:<br/>`file:///`<br/><br/>Destination:<br/>`http://`<br/>`https…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dfilesystem.mdx242 | `uploadAsync` | Source:<br/>`file:///`<br/><br/>Destination:<br/>`http://`<br/>`https…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dfilesystem.mdx255 | `uploadAsync` | Source:<br/>`file:///`<br/><br/>Destination:<br/>`http://`<br/>`https…
/expo/packages/expo-file-system/ios/
H A DEXFileSystem.m578 EX_EXPORT_METHOD_AS(uploadAsync, category
579 uploadAsync:(NSString *)urlString
/expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/
H A DABI47_0_0EXFileSystem.m579 ABI47_0_0EX_EXPORT_METHOD_AS(uploadAsync, category
580 uploadAsync:(NSString *)urlString
/expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/
H A DABI49_0_0EXFileSystem.m578 ABI49_0_0EX_EXPORT_METHOD_AS(uploadAsync, category
579 uploadAsync:(NSString *)urlString
/expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/
H A DABI48_0_0EXFileSystem.m579 ABI48_0_0EX_EXPORT_METHOD_AS(uploadAsync, category
580 uploadAsync:(NSString *)urlString
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dfilesystem.mdx426 ### `FileSystem.uploadAsync(url, fileUri, options)`
438 const response = await FileSystem.uploadAsync(`http://192.168.0.1:1234/binary-upload`, fileUri, {
835 | `uploadAsync` | Source:<br/>`file:///`<br/><br/>Destination:<br/>`http://`<br/>`https…
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt813 fun uploadAsync(url: String, fileUriString: String, options: Map<String, Any>, promise: Promise) { in uploadAsync() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt813 fun uploadAsync(url: String, fileUriString: String, options: Map<String, Any>, promise: Promise) { in uploadAsync() method