Enforce php.ini limits when not using CKEditor + jQuery File Upload

This commit is contained in:
Kijin Sung 2016-12-17 23:44:18 +09:00
parent 73d4ea842f
commit d981b649c1
3 changed files with 18 additions and 1 deletions

View file

@ -343,6 +343,7 @@
var obj = {};
obj.mid = window.current_mid;
obj.editor_sequence = data.editorSequence;
obj.allow_chunks = 'Y';
$.exec_json('file.getFileList', obj, function(res){
data.uploadTargetSrl = res.upload_target_srl;