https://github.com/xsf0105/xreact-file-upload
File upload with React For mobile.
https://github.com/xsf0105/xreact-file-upload
react upload upload-file uploader
Last synced: 3 months ago
JSON representation
File upload with React For mobile.
- Host: GitHub
- URL: https://github.com/xsf0105/xreact-file-upload
- Owner: xsf0105
- License: mit
- Created: 2018-08-18T11:31:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T07:36:12.000Z (over 6 years ago)
- Last Synced: 2024-10-16T08:21:34.604Z (6 months ago)
- Topics: react, upload, upload-file, uploader
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-ZH.md
- License: LICENSE
Awesome Lists containing this project
README
# xreact-file-upload
## 如何使用
```
npm install xreact-file-upload
``````
import FileUpload from "xreact-file-upload";}
}}
uploadSuccess={() => {
...
}}
uploadError={() => {
...
}}
/>
```## License
MIT