qnmb的csdn中文版jsmartcom,支持中文输入。可以支持做图片上传。
2023-03-13 15:28:43 13KB jsmartcom
1
使用jsp上传文件类型使,所用SmartUpload组件的所需jar包
2021-11-08 21:33:46 14KB SmartUpload jsmartcom
1
jsmartcom_zh_CN.jar jsmartcom jsmartcom_zh_CN.jar下载 jsmartcom下载
1
java上传工具: com.jspsmart.upload.SmartUpload smartUpload=new com.jspsmart.upload.SmartUpload(); smartUpload.initialize(pageContext); try{ smartUpload.setAllowedFilesList( "xls"); //这里可以限制上传类型 smartUpload.setMaxFileSize(500000); // 限制每个上传文件的最大长度。 boolean isfile=true; smartUpload.upload(); com.jspsmart.upload.File myfile=null; if(smartUpload.getFiles().getCount()> 0){ for(int i=0;i
2019-12-21 20:09:11 13KB jsmartcom jsmartcom.jar
1