#1086 업로드 경로 설정 등 문제 수정

This commit is contained in:
bnu 2015-02-27 11:31:59 +09:00
parent 8731b3cd8a
commit 052262c196
3 changed files with 26 additions and 13 deletions

View file

@ -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>