1. 시나에디터 다운로드
2.JSP 호출 페이지
< ;textarea name ="problemBody" id="content" style="display:none;" textarea>
여기서 src="<%=request.getContextPath() %>/edit/editor.htm은 다운로드한 SinaEditor의 editor.htm 파일 경로를 나타냅니다. 두 개의 녹색 ID는 일관되어야 합니다
3. 다운로드한 편집기에는 img.htm과 attachment.htm이 포함되어 있습니다. 첫 번째는 사진 업로드용이고 두 번째는 첨부 파일 업로드용입니다. 물론 둘 다 동일한 방식으로 사용되며 업로드로 간주될 수 있습니다. .
4. 다음은 img.htm에 이미지를 업로드하는 예입니다. 나중에 사용할 수 있도록 기록해 두십시오.
function chk_imgpath () {
if ($( 'radio1').checked==true){
if($("imgpath").value == "http://" || $("imgpath").value == "") {
window.close();
return;
}
LoadIMG($("imgpath").value);
}else{
if($("file1" ).value == "") {
Alert("업로드할 이미지 파일을 선택하세요!");
~ > var filetype = filepath.substring(filepath.lastIndexOf('.'));
var regu = ".gif.jpg.png.jpge.GIF.JPG.PNG";
if (regu .indexOf(filetype) == -1) {
Alert('Only .gif .jpg.png.jpge 형식의 파일을 업로드할 수 있습니다!');
return ;
}
var f = j ('#form1') url: '/ask/fileUpload ? Img ',
데이터 유형:' String ',
성공: 함수(data) {
j ("#IMGPATH"). Attr ("value", data)
j (. "# radio1").attr("checked","true");
chk_imgpath();
$('divProcessing').style.display='';
},
오류: 기능 (데이터){
Alert('파일 업로드 실패') (나레이션 없음)