Set proper module_srl and mid when uploading in member and communication modules

This commit is contained in:
Kijin Sung 2023-11-02 21:22:43 +09:00
parent f6a02fd006
commit e1cfb09652
5 changed files with 82 additions and 3 deletions

View file

@ -91,8 +91,8 @@
var chunkStatus = true;
var defaultFormData = {
"editor_sequence": data.editorSequence,
"upload_target_srl" : data.uploadTargetSrl,
"mid" : window.current_mid,
"upload_target_srl" : data.uploadTargetSrl ? data.uploadTargetSrl : 0,
"mid" : window.current_mid ? window.current_mid : window.editor_mid,
"act": 'procFileUpload'
};