Questions tagged [vue-dropzone]

18 questions
0
votes
2 answers

Upload same image in different sizes - Dropzonejs

There is any possibility to upload a file with different sizes in DropzoneJs? I'm using vue-dropzone which is made with dropzonejs and i have to upload the same file with different sizing for srcset. Example: I want to upload the file test.png which…
Luca Rossi
  • 746
  • 5
  • 18
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

Vue-Dropzone setOption method not working

Im trying to set the url dynamically on a dropzone elements options. According to the documentation, you use the setOption method to change options after initialization. So Im doing this... var url…
Kylie
  • 11,421
  • 11
  • 47
  • 78
1
2