Skip to content
Snippets Groups Projects
Commit 87713b67 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Update documentation (VPU/Apps/Signature#11)

parent a33f30f2
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,9 @@ Files will be uploaded sequentially (not parallel) to prevent overburdening the ...@@ -28,8 +28,9 @@ Files will be uploaded sequentially (not parallel) to prevent overburdening the
- example `<vpu-fileupload allowed-mime-types='*/*'></vpu-fileupload>` ... all file types (default) - example `<vpu-fileupload allowed-mime-types='*/*'></vpu-fileupload>` ... all file types (default)
- `disabled` (optional): disable input control - `disabled` (optional): disable input control
- example `<vpu-fileupload disabled>` - example `<vpu-fileupload disabled>`
- `decompress-zip` (optional): decompress zip file and queue the contained files - `decompress-zip` (optional): decompress zip file and queue the contained files (including files in folders)
- example `<vpu-fileupload decompress-zip>` - example `<vpu-fileupload decompress-zip>`
- mime types of `allowed-mime-types` will also be checked for the files in the zip file
## Local development ## Local development
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment