[Solved] Send one file of Dropzone to multiple urls

I don’t think there is a built in feature in dropzone to do that, but you can send an additional xmlhttprequest for each additional url, you can send this second request in any event that gets the dropzone file object. Here a bare minimum example sending it when the default upload was successful: js: Dropzone.options.myDropzone … Read more