diff --git a/view/js/dropzone-factory.js b/view/js/dropzone-factory.js index 21ea5ebbc2..a5010b95e6 100644 --- a/view/js/dropzone-factory.js +++ b/view/js/dropzone-factory.js @@ -3,7 +3,7 @@ var DzFactory = function () { return new Dropzone(dropSelector, { paramName: 'userfile', // The name that will be used to transfer the file maxFilesize: max_imagesize, // MB - url: '/media/photo/upload?response=url&album=', + url: '/media/photo/upload?album=', addRemoveLinks: true, acceptedFiles: 'image/*', clickable: true,