[Vuejs]-Is it possible to remove URL option from vue-dropzone2?

0👍

Finally I ended up creating my own endpoint that returns mocked down response, only to satisfy dropzone:

files: {
  file: ""
}

Maybe this is not the final, complete solution, but something you can do to get this working properly.

Leave a comment