mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-26 19:55:20 +00:00
Merge branch 'master' of https://github.com/transloadit/uppy
This commit is contained in:
commit
b75a16492f
1 changed files with 6 additions and 0 deletions
|
|
@ -61,6 +61,12 @@ Webcam plugin now mirrors image previews by default, so that when you are making
|
|||
|
||||
We’ve also added an option to select which camera will be used to capture pictures or video: [facingMode](https://uppy.io/docs/webcam/#facingMode-39-user-39) set to `user` (front camera) by default.
|
||||
|
||||
## Server
|
||||
|
||||
- You can now specify a config path when starting the standalone Uppy-Server like so `uppy-server --config /path/to/uppyconf.json`. The config file is expected to be a json file with the same schema as the [uppy-server options](https://uppy.io/docs/server/#Options).
|
||||
- A periodic cleanup job has been added to uppy-server, to delete stale upload files from the specified `filePath`. Even though we'd rarely expect uploaded files to go undeleted immediately, there could be cases where an error occurs during an upload, and so uppy-server leaves the file undeleted to give room for upload retries. With the cleanup job in place, we can ensure that this file would eventually be deleted after the file upload is done.
|
||||
- Responses from Multipart uploads are now relayed to uppy client as they are received from the upload server. With this in place, you can now handle responses from local and remote XHRUpload in nearly the same way.
|
||||
|
||||
## Misc
|
||||
|
||||
- Third-party extension for integrating Ngrx Angular state management library with Uppy has been released, [uppy-store-ngrx](https://github.com/rimlin/uppy-store-ngrx/) by @rimlin.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue