Editor [CHEditor 3] [ASP] 이미지 업로드 시 무한로딩만
페이지 정보
본문
1. UPLOAD_PATH 설정도 바르게 되어 있는 지 확인
imageUpload/config.asp 설정값 확인
UPLOAD_PATH = Request.ServerVariables("APPL_PHYSICAL_PATH") & "cheditor5\attach\"
UPLOAD_URL = "http://localhost/cheditor5/attach"
2. 정확하다면 아래 파일을 통해 값이 정확한지도 확인
3. popup/js/image.js 파일의 다음 코드를 통해 확인합니다.
function uploadComplete(fileData) {
alert(fileData); // 서버에서 저장되 파일의 정보를 출력합니다.
...
}
댓글목록
등록된 댓글이 없습니다.