Questions tagged [vue2-dropzone]

25 questions
0
votes
1 answer

Vue this.$refs is undefined during mounted() in vue2-dropzone component

I am currently trying to make sure the my componentvue2dropzone is disabled on the initial load of the application, then i began to notice this error in the console when I am trying to make the app mobile responsive. [Vue warn]: Error in mounted…
penguin
  • 628
  • 2
  • 10
  • 22
0
votes
1 answer

Can't upload multiple large files in dropzone.js

Curently my code is failing on uploading 9 files each of upto 32MB with following error: Also my networks tab shows this request which is of 200 status: Here are the dropzone configuration options that I've used: dropzoneOptions: { maxFiles:…
Muhammad Waqar
  • 108
  • 2
  • 8
0
votes
2 answers

Clear upload area in Vue2-Dropzone

I'm currently working on Laravel Vue SPA admin panel. And I've applied Vue2-Dropzone to upload images for the gallery section. In this project the vue2-dropzone form opens on a bootstrap model. My codes successfully uploads the images. When I close…
psudo
  • 1,341
  • 3
  • 24
  • 69
0
votes
1 answer

Dropzone Image Upload Dynamic URL

I have added dropzone component in vue. I want to change the image upload URL dynamically, see the attached screenshot.
0
votes
1 answer

how to accelerate video upload vuejs

My teammate and I are working on a pwa that you can see here: link to our pwa The app has been launched last week. However some users told us that they were having issues while uploading their videos. The upload was taking too long even for small…
Nassim
  • 23
  • 5
0
votes
0 answers

vuejs+vue2dropzone call on success

i am quite new in vuejs, so cant find out what am i doing wrong. This is my script part for a vue component: