1. 程式人生 > >點聚WebOffice線上編輯word、excel開發指南

點聚WebOffice線上編輯word、excel開發指南

mySmartUpload.initialize(pageContext);

mySmartUpload.upload();

String FilePath;
com.jspsmart.upload.File myFile = null;
myFile = mySmartUpload.getFiles().getFile(0);
FilePath = myFile.getFileName();
//System.out.println(FilePath);
if (!myFile.isMissing()){
myFile.saveAs("upload/"+FilePath,mySmartUpload.SAVE_VIRTUAL);
}
out.clear();
out.print("ok");
out.flush();
}catch(Exception e){
out.clear();
out.print("failed");//