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