add options allowedFiles and more

pull/12883/head
Jakobus Schürz 2023-03-16 12:04:15 +01:00
rodzic c01f7f98ae
commit fba33d3afc
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,9 @@ var DzFactory = function () {
paramName: 'userfile', // The name that will be used to transfer the file
maxFilesize: max_imagesize, // MB
url: '/media/photo/upload?response=url&album=',
addRemoveLinks: true,
acceptedFiles: 'image/*',
clickable: true,
accept: function(file, done) {
done();
},