Changes between Initial Version and Version 1 of UZ


Ignore:
Timestamp:
2022.10.03 17:45:54 (2 years ago)
Author:
js29a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UZ

    v1 v1  
     1= Uploader
     2
     3== Aim of this article
     4
     5In this article I'm about to demonstrate how to create and use generic file uploader component. You can use it not only with bare Vue-3 but also with Quasar, Vuetify or other Vue-3 toolkit.
     6
     7The repository is also mirrored on !GitHub.
     8
     9== Prerequisites
     10
     11To use code covered by this wiki pages you need to have following skills:
     12
     13* basic Vue-3 knowledge (especially SFC),
     14* very basic POST knowledge,
     15* rudimental knowlegde of jQuery `ajax` command.
     16
     17----
     18
     19{{{#!html
     20<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://pub.js29a.info.pl/pub/raw-attachment/wiki/WikiStart/lic.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
     21}}}