mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
33 lines
656 B
Markdown
33 lines
656 B
Markdown
---
|
|
description: >-
|
|
File Transfer plugin for Cordova and Ionic. This plugin allows you to upload and download files.
|
|
---
|
|
|
|
# File Transfer
|
|
|
|
This plugin allows you to upload and download files.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-plugin-file-transfer
|
|
npm install @awesome-cordova-plugins/file-transfer
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/apache/cordova-plugin-file-transfer](https://github.com/apache/cordova-plugin-file-transfer)
|
|
|
|
## Supported Platforms
|
|
|
|
- Amazon Fire OS
|
|
- Android
|
|
- Browser
|
|
- iOS
|
|
- Ubuntu
|
|
- Windows
|
|
- Windows Phone
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|