mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
fix #1383 파일 업로드 시 잘못된 경로가 사용되는 문제 수정
This commit is contained in:
parent
03658be55c
commit
fc1b891287
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
var settings = {
|
var settings = {
|
||||||
url: request_uri.setQuery('module', 'file').setQuery('act', 'procFileUpload'),
|
url: request_uri.setQuery('module', 'file').setQuery('act', 'procFileUpload'),
|
||||||
formData: {"editor_sequence": data.editorSequence, "upload_target_srl" : data.uploadTargetSrl},
|
formData: {"editor_sequence": data.editorSequence, "upload_target_srl" : data.uploadTargetSrl, "mid" : window.current_mid},
|
||||||
|
|
||||||
dropZone: $container,
|
dropZone: $container,
|
||||||
done: function(e, res) {
|
done: function(e, res) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue