mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-28 20:40:06 +00:00
Leave tus out of Dropbox example
This commit is contained in:
parent
fff968234e
commit
382c09897c
1 changed files with 2 additions and 3 deletions
|
|
@ -1,10 +1,9 @@
|
|||
import Uppy from 'uppy/core';
|
||||
import { Dropbox, Tus10 } from 'uppy/plugins';
|
||||
import { Dropbox } from 'uppy/plugins';
|
||||
|
||||
const uppy = new Uppy({wait: false});
|
||||
const files = uppy
|
||||
.use(Dropbox, {selector: '#upload-target'})
|
||||
.use(Tus10, {endpoint: 'http://master.tus.io:8080'})
|
||||
.use(Dropbox, {selector: '#target'})
|
||||
.run();
|
||||
|
||||
console.log(uppy.type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue