mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Update main.php
This commit is contained in:
parent
efe267cfac
commit
d248817f25
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
|||
var url = '/upload/';
|
||||
$('#file_upload_' + letter).fileupload({
|
||||
singleFileUploads: false,
|
||||
maxChunkSize: 5000000, // ~5 MB
|
||||
maxChunkSize: 10000000, // ~10 MB
|
||||
add: function (e, data) {
|
||||
FM.setTabActive(FM['TAB_'+letter]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue