mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +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
|
// uploader
|
||||||
var setting = {
|
var setting = {
|
||||||
maxFileSize: {$file_config->allowed_filesize},
|
maxFileSize: {$file_config->allowed_filesize},
|
||||||
limitMultiFileUploadSize: {$file_config->allowed_filesize}
|
maxChunkSize: 0,
|
||||||
|
singleFileUploads: true
|
||||||
};
|
};
|
||||||
$container = $('#xefu-container-{$editor_sequence}');
|
$container = $('#xefu-container-{$editor_sequence}');
|
||||||
$container.data('instance',$container.xeUploader(setting));
|
$container.data('instance',$container.xeUploader(setting));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue