mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
Add chunk size setting to editor/uploader
This commit is contained in:
parent
d34ef5901f
commit
ef27f8c0c4
2 changed files with 3 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
// uploader
|
||||
var setting = {
|
||||
maxFileSize: {$file_config->allowed_filesize},
|
||||
maxChunkSize: 0,
|
||||
maxChunkSize: {$file_config->allowed_chunk_size},
|
||||
singleFileUploads: true
|
||||
};
|
||||
$container = $('#xefu-container-{$editor_sequence}');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue