파일 업로드 권한 설정 반영.

This commit is contained in:
bnu 2015-02-27 17:05:11 +09:00
parent 82a833a60d
commit 7630fb1081

View file

@ -120,6 +120,7 @@
}); });
// uploader // uploader
<!--@if($allow_fileupload)-->
$(function () {/**/ $(function () {/**/
var setting = { var setting = {
maxFileSize: {$file_config->allowed_filesize || 'null'}, maxFileSize: {$file_config->allowed_filesize || 'null'},
@ -127,6 +128,7 @@
}; };
var uploader = $('#xe-uploader-container-{$editor_sequence}').xeUploader(setting); var uploader = $('#xe-uploader-container-{$editor_sequence}').xeUploader(setting);
}); });
<!--@endif-->
})(jQuery); })(jQuery);
</script> </script>
<style> <style>