Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

QUploader: Document 'add(files)' and 'pick()' methods. #641

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/components/uploader.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ Examples:
| Vue Method | Description |
| --- | --- |
| `upload()` | Start file(s) upload. |
| `pick()` | Trigger file pick (same as clicking the plus button on the uploader). Must be called as a direct consequence of user interaction (eg. in a click handler), due to browsers security policy. |
| `add(files)` | Add array of files. |
| `abort()` | Abort uploading file(s). |
| `reset()` | Reset uploader state. |

Expand Down