Efe Turhan
Results
1
comments of
Efe Turhan
I have found a solution as below with changing "medium-editor-insert-plugin.js" ``` fileUploadOptions = { dataType: 'json', add: function (e, data) { $.proxy(that, 'uploadAdd', e, data)(); $.blueimp.fileupload.prototype.options.add.call(this, e, data); // Add...