Topic: Drag and drop file upload components is not working
modadvisor
pro premium priority vip early access asked 3 months 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; } } }
Open
- User: Pro
- Premium support: Yes
- Technology: Vue
- MDB Version: 6.7.2
- Device: PC
- Browser: google chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No
modadvisor pro premium priority vip early access commented 3 months ago
any update on my questions please ?
Mikołaj Smoleński staff commented 3 months ago
Are You sure the plugin was installed correctly in Your project? Can You find the
mdb-file-uploaddirectory in node_modules?Did You follow installation guidelines? https://mdbootstrap.com/docs/vue/getting-started/quick-start/#plugins
Best regards