I have a need for files of different types to go to different destinations.
How might you rewrite Dropzone.prototype.processQueue
or Dropzone.prototype.processFiles
to send to different destinations.
I'm not sure if/what asynchronous work arounds need to be in place to swap this.options.url
in and out.