• 大小: 117KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 标签:

资源简介

jspsmartupload组件源码+jspsmartupload实例,网上好不容易找的分享一下

资源截图

代码片段和文件信息

import java.io.*;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
import com.jspsmart.upload.*;

public class servletUpload extends HttpServlet {

private ServletConfig config;
/**
* Init the servlet
*/
final public void init(ServletConfig config) throws ServletException {
this.config = config;
}

final public ServletConfig getServletConfig() {
return config;
}
/**
* Handles GET requests
*/
public void doGet(HttpServletRequest request HttpServletResponse response) throws ServletException IOException {

PrintWriter out = response.getWriter();
out.println(““);
out.println(““);
out.println(“

jspSmartUpload : Servlet Sample

“);
out.println(“

“);
out.println(“The metho

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .......      2188  2000-05-18 16:56  help\arbo.gif

    .......       985  2000-07-12 15:33  help\doc\allclasses-frame.html

    .......     19669  2000-07-12 15:33  help\doc\com\jspsmart\upload\File.html

    .......      9721  2000-07-12 15:33  help\doc\com\jspsmart\upload\Files.html

    .......      1234  2000-07-12 15:33  help\doc\com\jspsmart\upload\package-frame.html

    .......      5017  2000-07-12 15:33  help\doc\com\jspsmart\upload\package-summary.html

    .......      4553  2000-07-12 15:33  help\doc\com\jspsmart\upload\package-tree.html

    .......     10928  2000-07-12 15:33  help\doc\com\jspsmart\upload\Request.html

    .......     39765  2000-07-12 15:33  help\doc\com\jspsmart\upload\SmartUpload.html

    .......      6397  2000-07-12 15:33  help\doc\com\jspsmart\upload\SmartUploadException.html

    .......      5985  2000-07-12 15:33  help\doc\deprecated-list.html

    .......      6793  2000-07-12 15:33  help\doc\help-doc.html

    .......     21120  2000-07-12 15:33  help\doc\index-all.html

    .......       725  2000-07-12 15:33  help\doc\index.html

    .......      4440  2000-07-12 15:33  help\doc\overview-tree.html

    .......        21  2000-07-12 15:33  help\doc\package-list

    .......       691  2000-07-12 15:33  help\doc\packages.html

    .......      4246  2000-07-12 15:33  help\doc\serialized-form.html

    .......      1269  2000-07-12 15:33  help\doc\stylesheet.css

    .......      9046  2000-03-27 18:18  help\Errors.htm

    .......     15740  2000-05-18 09:27  help\Fileobject.htm

    .......      3677  2000-03-28 13:33  help\Filesobject.htm

    .......      7148  2000-07-12 17:59  help\jspSmartUpload-InpriseAS-En.htm

    .......      8260  2000-07-12 17:59  help\jspSmartUpload-iPlanet-En.htm

    .......      8113  2000-07-12 18:01  help\jspSmartUpload-Jakarta-En.htm

    .......      8188  2000-07-12 18:01  help\jspSmartUpload-JRun-IIS-En.htm

    .......     11435  2000-07-12 18:02  help\jspSmartUpload-jRun-linux-En.htm

    .......      7827  2000-07-12 18:02  help\jspSmartUpload-Orion-En.htm

    .......      9954  2000-07-12 18:02  help\jspSmartUpload-Resin-En.htm

    .......      9682  2000-07-12 18:00  help\jspSmartUpload-ServletExec-En.htm

............此处省略51个文件信息

评论

共有 条评论

相关资源