100 | | || pick || launches standard file picker || callback || |
101 | | || reset || resets to //idle// state || callback || |
102 | | || start || begin files upload || callback || |
103 | | || abort || abort pending files upload || callback || |
104 | | || can_pick || is file picking allowed? || computed property || |
105 | | || can_start || is upload start allowed? || computed property || |
106 | | || can_abort || is upload abort allowed? || computed property || |
107 | | || can_reset || is component reset allowed? || computed property || |
| 100 | || pick || launches standard file picker || callback || no args || |
| 101 | || reset || resets to //idle// state || callback || no args || |
| 102 | || start || begin files upload || callback || no args || |
| 103 | || abort || abort pending files upload || callback || no args || |
| 104 | || can_pick || is file picking allowed? || computed property || boolean || |
| 105 | || can_start || is upload start allowed? || computed property || boolean || |
| 106 | || can_abort || is upload abort allowed? || computed property || boolean || |
| 107 | || can_reset || is component reset allowed? || computed property || boolean || |