file-upload-vue
file-upload-vue copied to clipboard
handle file upload with vue
Hi Jecelyn, I saw your article https://scotch.io/tutorials/how-to-handle-file-uploads-in-vue-2#toc-display-success-and-failed-result, which looks like a good way to do file uploads in Vue. I am trying to get it to work for my project...
``` Unhandled rejection Error: Cannot find module 'pug' at Function.Module._resolveFilename (module.js:548:15) at Function.Module._load (module.js:475:25) at Module.require (module.js:597:17) at require (internal/module.js:11:18) at /home/me/myprocject/node_modules/consolidate/lib/consolidate.js:825:33 at /home/me/myprocject/node_modules/consolidate/lib/consolidate.js:144:5 at Promise._execute (/home/me/myprocject/node_modules/bluebird/js/release/debuggability.js:313:9) at Promise._resolveFromExecutor (/home/me/myprocject/node_modules/bluebird/js/release/promise.js:483:18)...
Does not appear to work with IE 11
Hi, In Chrome 62.0.3202.89, the formData variable is always empty!