remove upload-url parameter

This commit is contained in:
Jakobus Schürz 2023-03-17 10:54:31 +01:00
parent 6436d2cd8a
commit 8a3361dfbe
1 changed files with 1 additions and 1 deletions

View 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,