Best approach for file upload with Vue

烈酒焚心 提交于 2019-12-24 19:26:26

问题


For the first time Im trying to setup a VueJS view with multiple files upload. For now I have this:

<input type="file" class="custom-file-input" v-model="images">
<span class="custom-file-control"></span>

First of all, do we have good libraries with Vue that solves this ? Should I keep Vue or attempt to use jquery or even pure js?

来源:https://stackoverflow.com/questions/47041171/best-approach-for-file-upload-with-vue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!