I am using dropzone in my Code Igniter Project.
With every drag of a file, dropzone creates an ajax request and my files is getting stored on the server too. But now
I got it. This is what I had to use
myDropzone.on('sending', function(file, xhr, formData){ formData.append('userName', 'bob'); });