From: Jakobus Schürz Date: Fri, 17 Mar 2023 09:54:31 +0000 (+0100) Subject: remove upload-url parameter X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8a3361dfbe041983e5547dfe774f8ca91dd7d8c3;p=friendica.git remove upload-url parameter --- 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,