한글도메인 이미지 업로드시 무한 루프 도는현상 > 그누보드5 팁자료실

그누보드5 팁자료실

한글도메인 이미지 업로드시 무한 루프 도는현상 정보

한글도메인 이미지 업로드시 무한 루프 도는현상

본문

한글도메인의 경우
plugin/editor/cheditor5/popup/js/image.js 의

//UploadScript = oEditor.config.editorPath + 'imageUpload/upload.php';
//DeleteScript = oEditor.config.editorPath + 'imageUpload/delete.php';

이 코드를 주석 처리하신후 바로 아래에

UploadScript = 'http://아이피/~계정/g5/plugin/editor/cheditor5/imageUpload/upload.php';
DeleteScript = 'http://아이피/~계정/g5/plugin/editor/cheditor5/imageUpload/delete.php';

과 같이 수정해 보시기 바랍니다.

UploadScript = 'http://218.38.12.112/~kagla/g5/plugin/editor/cheditor5/imageUpload/upload.php';
DeleteScript = 'http://218.38.12.112/~kagla/g5/plugin/editor/cheditor5/imageUpload/delete.php';

또는 영문 서브도메인으로도 가능하므로

UploadScript = 'http://sub.domain.com/g5/plugin/editor/cheditor5/imageUpload/upload.php';
DeleteScript = 'http://sub.domain.com/g5/plugin/editor/cheditor5/imageUpload/delete.php';

이런식으로 수정해 보시기 바랍니다.
추천
3
  • 복사

댓글 7개

나는 안되는데... 답이 틀렸나요.?
  UploadScript = 'http://xn--9t4aaab2mb3wi.com/g5/plugin/editor/cheditor5/imageUpload/upload.php';
  DeleteScript = 'http://xn--9t4aaab2mb3wi.com/g5/plugin/editor/cheditor5/imageUpload/delete.php';
UploadScript = 'http://xn--392bm32a.net/cheditor5/imageUpload/upload.php';
DeleteScript = 'http://xn--392bm32a.net/cheditor5/imageUpload/delete.php';

UploadScript = 'http://dssalsoo.nemoweb.kr/cheditor5/imageUpload/upload.php';
DeleteScript = 'http://dssalsoo.nemoweb.kr/cheditor5/imageUpload/delete.php';

한글도메인과 영문도메인 둘다 쓰면 되는건가요 .. 왜 안될까요 .. ㅠㅠ
© SIRSOFT
현재 페이지 제일 처음으로