You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Martin Cooper (JIRA)" <ji...@apache.org> on 2009/12/27 21:00:29 UTC

[jira] Closed: (FILEUPLOAD-178) Issue in File upload using commons fileupload

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

Martin Cooper closed FILEUPLOAD-178.
------------------------------------

    Resolution: Invalid

> Issue in File upload using commons fileupload
> ---------------------------------------------
>
>                 Key: FILEUPLOAD-178
>                 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-178
>             Project: Commons FileUpload
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Namrata
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> I'm facing problem 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);
> The Item list size is always 0.

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