Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
LianYue 011d74de62
Merge pull request #195 from mikemcbride/fix-173
8 years ago
dist Update version 8 years ago
docs Update version 8 years ago
src fixes #173 8 years ago
.babelrc confi file 8 years ago
.eslintignore confi file 8 years ago
.eslintrc.js * Changes in `FileUload` to use `chunk upload` in some cases 8 years ago
.gitignore fixed ie11 upload error 8 years ago
LICENSE Initial commit 10 years ago
README.md Add Special thanks 8 years ago
index.d.ts Fix missing declare and upload.file doesn't exist 8 years ago
index.html Add image-compressor script 8 years ago
package-lock.json fixed ie11 upload error 8 years ago
package.json Update version 8 years ago
rollup.config.js fix build 8 years ago
webpack.config.js * Moved `bodyParser` require to the top of the document 8 years ago

README.md

vue-upload-component

npm npm license gzip

Vue.js file upload component The component is just a button

  • Multi-file upload
  • Upload directory
  • Drag upload
  • Drag the directory
  • Upload multiple files at the same time
  • html4 (IE 9)
  • PUT method
  • Customize the filter
  • thumbnails
  • Chunk upload

Example

https://lian-yue.github.io/vue-upload-component/

Installation

npm install vue-upload-component --save

Documentation

https://lian-yue.github.io/vue-upload-component/#/documents

Vue.js 文件上传组建 组件只是一个按钮

  • 上传多文件
  • 上传目录
  • 拖拽
  • 拖拽目录
  • 多线程
  • html4(IE 9)
  • PUT 方法
  • 自定义过滤器
  • 缩略图

演示

https://lian-yue.github.io/vue-upload-component/#/zh-cn/

安装

npm install vue-upload-component --save

文档

https://lian-yue.github.io/vue-upload-component/#/zh-cn/documents

Special thanks (特别感谢)