[ 
https://issues.apache.org/jira/browse/FILEUPLOAD-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747132#action_12747132
 ] 

Martin Cooper commented on FILEUPLOAD-178:
------------------------------------------

http://commons.apache.org/fileupload/faq.html#empty-parse

> 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.

Reply via email to