problem in parseRequest method of 
----------------------------------

                 Key: FILEUPLOAD-170
                 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-170
             Project: Commons FileUpload
          Issue Type: Bug
         Environment: OS: fedora7
IDE:Netbeans
            Reporter: vaishali dolas


I'm facing problem to build progressbar while file uploading
the code snippet is here

// Create a factory for disk-based file items
FileItemFactory factory = new DiskFileItemFactory();

// Create a new file upload handler
ServletFileUpload upload = new ServletFileUpload(factory);

// Parse the request
List   items = upload.parseRequest(request);
In items i'm always getting null


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to