mirror of
https://github.com/friendica/friendica
synced 2025-01-05 13:22:18 +00:00
remove upload-url parameter
This commit is contained in:
parent
6436d2cd8a
commit
8a3361dfbe
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ var DzFactory = function () {
|
||||||
return new Dropzone(dropSelector, {
|
return new Dropzone(dropSelector, {
|
||||||
paramName: 'userfile', // The name that will be used to transfer the file
|
paramName: 'userfile', // The name that will be used to transfer the file
|
||||||
maxFilesize: max_imagesize, // MB
|
maxFilesize: max_imagesize, // MB
|
||||||
url: '/media/photo/upload?response=url&album=',
|
url: '/media/photo/upload?album=',
|
||||||
addRemoveLinks: true,
|
addRemoveLinks: true,
|
||||||
acceptedFiles: 'image/*',
|
acceptedFiles: 'image/*',
|
||||||
clickable: true,
|
clickable: true,
|
||||||
|
|
Loading…
Reference in a new issue