メインコンテンツにジャンプ

@capgo/capacitor-uploader

Capacitorファイルアップローダープラグイン

Capacitor Uploader Plugin for uploading files with background support and progress tracking.

  • startUpload - サーバーにファイルをアップロードを開始します。
  • removeUpload - 進行中のアップロードをキャンセルして削除します。

Public API

Public API
MethodDescription
startUploadサーバーにファイルをアップロードを開始します。
removeUpload進行中のアップロードをキャンセルして削除します。
addListenerアップロードの進行状況とステータスイベントをリスンします。
getPluginVersionNative Capacitor プラグインのバージョンを取得します。

Source Of Truth

Source Of Truth

This reference is synced from src/definitions.ts in capacitor-uploader.

If you are using @capgo/capacitor-uploader to plan storage and file handling, connect it with Using @capgo/capacitor-uploader for the native capability in Using @capgo/capacitor-uploader, capgo/capacitor-data-storage-sqlite for the implementation detail in capgo/capacitor-data-storage-sqlite Using @capgo/capacitor-data-storage-sqlite for the native capability in Using @capgo/capacitor-data-storage-sqlite @capgo/capacitor-file for the implementation detail in @capgo/capacitor-file, and Using @capgo/capacitor-file for the native capability in Using @capgo/capacitor-file