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