remove upload-url parameter
This commit is contained in:
parent
6436d2cd8a
commit
8a3361dfbe
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user