]> git.mxchange.org Git - friendica.git/commitdiff
remove upload-url parameter
authorJakobus Schürz <jakobus.schuerz@schuerz.at>
Fri, 17 Mar 2023 09:54:31 +0000 (10:54 +0100)
committerJakobus Schürz <jakobus.schuerz@schuerz.at>
Sun, 19 Mar 2023 17:52:46 +0000 (18:52 +0100)
view/js/dropzone-factory.js

index 21ea5ebbc2c176f963f57284b58be6986aea3a31..a5010b95e6bc7e266e5d67703e42aefde3bb037c 100644 (file)
@@ -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,