DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36832>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36832





------- Additional Comments From [EMAIL PROTECTED]  2005-09-27 21:21 -------
The code used to invoke this was called from inside a .jsp file, as 

        FileItemFactory factory = new DiskFileItemFactory();  
        // Configure the factory if you need to  
        FileUpload upload = new ServletFileUpload(factory);  

        List items=null;
        String uri = request.getRequestURI();
        dbg.println("[2] uri in servlet: "+uri);

        // Parse the request
        try {
            dbg.println("[3] inside servlet1:
"+DiskFileUpload.isMultipartContent(request));
            dbg.println(request.toString());
            items = upload.parseRequest(request);
            dbg.println("[4] items size: "+items.size());

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to