r created FILEUPLOAD-237:
----------------------------
Summary: Update Documenation for Streaming
Key: FILEUPLOAD-237
URL: https://issues.apache.org/jira/browse/FILEUPLOAD-237
Project: Commons FileUpload
Issue Type: Improvement
Reporter: r
Priority: Trivial
I THINK the documentation is wrong when it says to use item.openStream()
http://commons.apache.org/proper/commons-fileupload/streaming.html
I relooked a the API for FileItem documentation.
http://commons.apache.org/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/FileItem.html
The API says to use: item.getInputStream() which is the correct way
That fixed the issue my issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira