I ran into the same problem, and what I decided to do was pass an extra parameter.
$("#myDz").dropzone({
init: function () {
this.on("sending", function(file, xhr, formData) {
var fn = encodeURI(file.name)
formData.append("encFilename", fn);
});
}
});
encFilename , . file.name , , , .