fix uploading files with fine uploader (Closes: #472)

This commit is contained in:
Uwe Steinmann 2020-05-07 09:11:56 +02:00
parent 000a8e7710
commit 6dddef6efa
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
Changes in version 6.0.10 Changes in version 6.0.10
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
- fix list of previous document versions (Closes: #471) - fix list of previous document versions (Closes: #471)
- fix uploading files with fine uploader (Closes: #472)
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Changes in version 6.0.9 Changes in version 6.0.9

View File

@ -41,7 +41,7 @@ class SeedDMS_View_AddDocument extends SeedDMS_Bootstrap_Style {
header('Content-Type: application/javascript; charset=UTF-8'); header('Content-Type: application/javascript; charset=UTF-8');
if($enablelargefileupload) { if($enablelargefileupload) {
$this->printFineUploaderJs('../op/op.UploadChunks.php', $partitionsize, $maxuploadsize, $enablemultiupload); $this->printFineUploaderJs('../op/op.UploadChunks.php', $partitionsize, $maxuploadsize, $enablemultiupload, 'userfile', 'adddocform');
} }
?> ?>
$(document).ready(function() { $(document).ready(function() {