很好的实现大文件上传的实例,效果很不错 Ajax based Forum applicatio Ajax based Forum application This example shows you how to use Ajax Uploader create a forum application. It shows how to allow users upload attachments to their posts and manage person
文件的上传功能,只要自己构造一个servlet即可。 public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException { response.setContentType(CONTENT_TYPE); // Set the servlet's response type to XML. PrintWriter out = null; String upload