mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
Typos and small fixes
This commit is contained in:
parent
5b45635e9e
commit
1eecba0ee0
2 changed files with 3 additions and 1 deletions
|
|
@ -35,3 +35,5 @@ if ('serviceWorker' in navigator) {
|
|||
})
|
||||
}
|
||||
```
|
||||
|
||||
Voila, that’s it. Happy retrieving!
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ uppy.on('complete', (result) => {
|
|||
|
||||
Drag and Drop, Webcam, basic file manipulation (adding metadata), uploading via tus resumable uploads or XHR/Multipart is all possible using just the uppy client module.
|
||||
|
||||
Adding [Uppy Server](/docs/server/) to the mix enables remote sources such as Instagram, Google Drive, Dropbox, and direct urls. Uploads from remote sources are handled server-to-server, so a 5 GB video won’t be eating into your mobile data plan. Files are removed from Uppy Server after an upload is complete, or after a reasonable timeout. Access tokens also don’t stick around for long, for security reasons.
|
||||
Adding [Uppy Server](/docs/server/) to the mix enables remote sources such as Instagram, Google Drive, Dropbox, and remote urls. Uploads from remote sources are handled server-to-server, so a 5 GB video won’t be eating into your mobile data plan. Files are removed from Uppy Server after an upload is complete, or after a reasonable timeout. Access tokens also don’t stick around for long, for security reasons.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue