API
Work in progress, API not stable. Last update: 2016-10-21
The Gist
|
Methods
uppy.use(plugin)
|
uppy.run()
Initializes everything after setup.
uppy.on(‘event’, action)
Subscribe to an event.
Events
Uppy exposes events that you can subscribe to in your app:
core:upload-progress
Fired each time file upload progress is available, data object looks like this:
|
|
core:upload-success
Fired when single upload is complete.
|
core:success
Fired when all uploads are complete.
|
Caught a mistake or want to contribute to the documentation?
Edit/fork this page directly on Github!