Evento de envío de dropzone Agregar datos adicionales

myDropZone.on('sending', function(file, xhr, formData){
            formData.append('userName', 'bob');
        });
Kirill Lubynets