Changes between Version 13 and Version 14 of UZ


Ignore:
Timestamp:
2022.10.05 18:55:30 (2 years ago)
Author:
js29a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UZ

    v13 v14  
    4040As you see nothing will appear in browser. Why? You need to provide some UI. To remain generic the component has no UI by itself. This allows it to be extremely flexible. You need to use //slots// and provide some CSS styles. To remain concise this step is demonstrated in the repository (source:/uz/src/UploadTest.vue). After creating the UI and navigating to proper URL you should see the uploader.
    4141
    42 == Properties
     42== Component properties
    4343
    4444=== target
    4545
     46Destination URL. It should handle //POST// requests.
     47
    4648=== max-jobs
     49
     50Maximum number of concurrent jobs.
    4751
    4852=== auto-start
    4953
     54Start automatically after adding files, i.e. without wait to add more files.
     55
    5056=== auto-reset
    5157
     58Automatically back to //idle// state after uploading given files.
     59
    5260=== keep-going
     61
     62Do not abort on error(s) - upload all files that can be uploaded.
    5363
    5464== Slots