mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
docs: Update plugin list
This commit is contained in:
parent
f6e70eff8d
commit
e5ffcb2e15
1 changed files with 13 additions and 4 deletions
|
|
@ -7,14 +7,23 @@ order: 3
|
|||
|
||||
Plugins are what makes Uppy useful: they help select, manipulate and upload files.
|
||||
|
||||
- **Acquirers (neat UIs for picking files):**
|
||||
- **Acquirers (neat UIs for picking files):**
|
||||
- [Dashboard](/docs/dashboard) — full featured sleek UI with file previews, metadata editing, upload/pause/resume/cancel buttons and more
|
||||
- [DragDrop](/docs/dragdrop) — plain and simple drag and drop area
|
||||
- FileInput — even more plain and simple, just a button
|
||||
- [Provider Plugins](#Provider-Plugins) (remote sources that work through [Uppy Server](/docs/uppy-server/)): Instagram, GoogleDrive, Dropbox
|
||||
- **Uploaders:** Tus10, XHRUpload, S3
|
||||
- **Progress:** ProgressBar, StatusBar, Informer
|
||||
- **Helpers:** GoldenRetriever
|
||||
- **Uploaders:**
|
||||
- Tus10 — uploads using the tus resumable upload protocol
|
||||
- XHRUpload — classic multipart form uploads or binary uploads using XMLHTTPRequest
|
||||
- [AwsS3](/docs/aws-s3) — uploader for AWS S3
|
||||
- **Progress:**
|
||||
- ProgressBar — add a small YouTube-style progress bar at the top of the page
|
||||
- [StatusBar](/docs/statusbar) — advanced upload progress status bar
|
||||
- Informer — show notifications
|
||||
- **Helpers:**
|
||||
- [GoldenRetriever](/docs/golden-retriever) — restore files and continue uploading after a page refresh or a browser crash
|
||||
- **Encoding Services:**
|
||||
- [Transloadit](/docs/transloadit) — manipulate and transcode uploaded files using the [transloadit.com](https://transloadit.com) service
|
||||
|
||||
## Common Options
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue