Merge pull request #2674 from atm-maxime/develop
Fix : multi upload of files in document tabs
This commit is contained in:
commit
9efdc09c32
@ -23,6 +23,7 @@
|
||||
<form id="fileupload" action="<?php echo DOL_URL_ROOT; ?>/core/ajax/fileupload.php" method="POST" enctype="multipart/form-data">
|
||||
<input type="hidden" name="fk_element" value="<?php echo $object->id; ?>">
|
||||
<input type="hidden" name="element" value="<?php echo $object->element; ?>">
|
||||
<input type="hidden" name="redirect" value="<?php echo $_SERVER['PHP_SELF'].'?id='.$object->id; ?>">
|
||||
<!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
|
||||
<div class="row fileupload-buttonbar">
|
||||
<div class="span7">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user