= Uploader
== Aim of this article
In 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.
The repository is also mirrored on !GitHub.
== Prerequisites
To use code covered by this wiki pages you need to have following skills:
* basic Vue-3 knowledge (especially SFC),
* very basic POST knowledge,
* rudimental knowlegde of jQuery `ajax` command.
----
{{{#!html

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
}}}