Topic: Drag and drop file upload components is not working
modadvisor asked 4 years ago
I am trying to use drag and drop file upload but it gives me error that drag and drop file not found.
please let me know how can i use it ?if it is not working what is the issue ? how can i solve it ?
i just tried below code
import mdbFileUpload from 'mdb-file-upload';
export default { name: 'app', components: { mdbFileUpload }, data() { return { files: [] } }, methods: { handleChange(v) { this.files = v; } } }
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 6.7.2
- Device: PC
- Browser: google chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No
modadvisor commented 4 years ago
any update on my questions please ?
Mikołaj Smoleński staff commented 4 years ago
Are You sure the plugin was installed correctly in Your project? Can You find the
mdb-file-upload
directory in node_modules?Did You follow installation guidelines? https://mdbootstrap.com/docs/vue/getting-started/quick-start/#plugins
Best regards