Merge pull request #386 from radiorabe/fix/384-hard-upload-limit
Use max upload size from php config in frontend plupload js
This commit is contained in:
commit
8d1da3bea5
3 changed files with 62 additions and 1 deletions
|
@ -3,6 +3,9 @@
|
|||
font-size: 200px !important;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
var LIBRETIME_PLUPLOAD_MAX_FILE_SIZE = "<?php echo $this->uploadMaxSize; ?>";
|
||||
</script>
|
||||
<?php $upgradeLink = Application_Common_OsPath::getBaseDir() . "billing/upgrade"; ?>
|
||||
<?php if ($this->quotaLimitReached) { ?>
|
||||
<div class="errors quota-reached">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue