1.下载SinaEditor
2.JSP调用页面
复制代码 代码如下:
<textarea name="problemBody" id="content" style="display:none;" textarea>
<iframe src="/UploadFiles/2021-04-02/editor.htm?id=content&ReadCookie=0">
其中,src="<%=request.getContextPath() %>/edit/editor.htm表示下载的SinaEditor中的editor.htm文件路径;带绿色的两处ID须一致
3.下载的editor下包含有img.htm和attach.htm,其中第一个为上传图片的,第二个是上传附件的,当然两个是一样的使用方法,都可看做上传文件的。
4.下面是img.htm中上传图片的一个示例。做记载方便下次使用。
复制代码 代码如下:
function chk_imgpath () {
if($('radio1').checked==true){
if($("> window.close();
return;
}
LoadIMG($("imgpath").value);
}else{
if($("file1").value == "") {
alert("请选择上传图片文件!");
return;
}
var filepath = j("#file1").val();
var filetype = filepath.substring(filepath.lastIndexOf('.'));
var regu = ".gif.jpg.png.jpge.GIF.JPG.PNG";
if (regu.indexOf(filetype) == -1) {
alert('只允许上传.gif.jpg.png.jpge 类型文件!');
return ;
}
var f = j('#form1');
j.ajaxFileUpload({
type : 'POST',
secureuri : false,
fileElementId : 'file1',
url : '/ask/fileUpload?type=img',
dataType : 'String',
success : function(data){
j("#imgpath").attr("value",data);
j("#radio1").attr("checked","true");
chk_imgpath();
$('divProcessing').style.display='';
},
error : function(data){
alert('文件上传失败');
}
});
}
}
5.后台代码编写(不做叙述)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
RTX 5090要首发 性能要翻倍!三星展示GDDR7显存
三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。
首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。
据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。