mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
fix uploading files with fine uploader (Closes: #472)
This commit is contained in:
parent
000a8e7710
commit
6dddef6efa
|
@ -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
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user