| 1 | = Uploader |
| 2 | |
| 3 | == Aim of this article |
| 4 | |
| 5 | 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. |
| 6 | |
| 7 | The repository is also mirrored on !GitHub. |
| 8 | |
| 9 | == Prerequisites |
| 10 | |
| 11 | To 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 | }}} |