mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
Remove unnecessary parameters from upload request
This commit is contained in:
parent
2600a31a16
commit
e0db5707b6
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@
|
|||
// uploader
|
||||
var setting = {
|
||||
maxFileSize: {$file_config->allowed_filesize},
|
||||
limitMultiFileUploadSize: {$file_config->allowed_filesize}
|
||||
maxChunkSize: 0,
|
||||
singleFileUploads: true
|
||||
};
|
||||
$container = $('#xefu-container-{$editor_sequence}');
|
||||
$container.data('instance',$container.xeUploader(setting));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue