mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
#1086 업로드 경로 설정 등 문제 수정
This commit is contained in:
parent
8731b3cd8a
commit
052262c196
3 changed files with 26 additions and 13 deletions
|
|
@ -59,7 +59,11 @@
|
|||
<script>
|
||||
(function($) {/**/
|
||||
$(function () {/**/
|
||||
var uploader = $('#fileUploaderContainer_{$editor_sequence}').xeUploader();
|
||||
var setting = {
|
||||
maxFileSize: {$file_config->allowed_filesize},
|
||||
limitMultiFileUploadSize: {$file_config->allowed_filesize},
|
||||
};
|
||||
var uploader = $('#fileUploaderContainer_{$editor_sequence}').xeUploader(setting);
|
||||
});
|
||||
}) (jQuery);
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue