Changes between Version 17 and Version 18 of UZ


Ignore:
Timestamp:
2022.10.05 19:16:21 (2 years ago)
Author:
js29a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UZ

    v17 v18  
    108108* `update:canAbort(flag: boolean)` - is upload abort allowed,
    109109
     110== Other things
     111
     112This component is implemented using //Finite State Machine// (Moore type) technique. It has eight states (idle, hover, wait, uploading, done, error, with_errors and aborted). It uses jQuery as underlying layer because it is the most common way to do //REST// requests. Rationale to implement it was need of specifying how many files could be uploaded at one time. The keynote was to __not implement__ UI inside the component but relying to do such thing by user of this component.
     113
    110114----
    111115