You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Jochen Wiedmann (JIRA)" <ji...@apache.org> on 2008/12/15 08:31:44 UTC

[jira] Resolved: (FILEUPLOAD-170) problem in parseRequest method of

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

Jochen Wiedmann resolved FILEUPLOAD-170.
----------------------------------------

    Resolution: Invalid
      Assignee: Jochen Wiedmann

As discussed in the previous comment.


> 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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.