Dropzone -Sendenereignis Fügen Sie zusätzliche Daten hinzu
myDropZone.on('sending', function(file, xhr, formData){
formData.append('userName', 'bob');
});
Kirill Lubynets