I have a problem in uploading files > 2MB.
I am able to upload files of size 2MB. If I try uploading file of size greater than
2MB...my browser shows that it is processing for a while and then it goes to page
cannot be displayed. On top of the browser i get the title as HTTP 500 - internal
server problem.
I am not getting any exception also.....i checked all web configuration parameters..I
couldnot find what the problem is...can any of u help???
Here is my servle
import java.io.*;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
import com.oreilly.servlet.*;
public class TransferServlet extends HttpServlet {
public void doPost(HttpServletRequest req, HttpServletResponse res)throws
ServletException,IOException
{
MultipartRequest multi = new MultipartRequest(req, "D:/Temp/", 10*1024*1024);
}
}
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html