mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
reverting back chunked upload feature
This commit is contained in:
parent
c042fa2689
commit
9a9dabb0c9
2 changed files with 28 additions and 5 deletions
|
@ -147,7 +147,6 @@
|
|||
var url = '/upload/';
|
||||
$('#file_upload_' + letter).fileupload({
|
||||
singleFileUploads: false,
|
||||
maxChunkSize: 10000000, // ~10 MB
|
||||
add: function (e, data) {
|
||||
FM.setTabActive(FM['TAB_'+letter]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue