[ 
https://issues.apache.org/jira/browse/FILEUPLOAD-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Tompkins closed FILEUPLOAD-170.
-----------------------------------

> 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
>            Assignee: Jochen Wiedmann
>
> 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 was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to