mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Enforce php.ini limits when not using CKEditor + jQuery File Upload
This commit is contained in:
parent
73d4ea842f
commit
d981b649c1
3 changed files with 18 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue