Xephyrus File Upload Tag Library 1.0 review

Download
by rbytes.net on

Xephyrus File Upload Tag Library provides an easy way to process files uploaded from a web form from within JSP pages

License: BSD License
File size: 24K
Developer: Xephyrus
0 stars award from rbytes.net

Xephyrus File Upload Tag Library provides an easy way to process files uploaded from a web form from within JSP pages. It is a tag library wrapper around the Jakarta Commons FileUpload utility.

What's New in This Release:
added 'keepPath' attribute to 'remotePath' tag to indicate whether to keep (if present) or remove remote path information
added 'keepEmpty' attribute to 'parse' tag to indicate whether to include file items that do not include files
fixed NullPointerException when 'localPath' tag was used with an empty file item
fixed ClassCastException when any accessor tag was used with an empty file item
fixed EL functionality problem with boolean attributes
fixed max size incompatibility from integers to longs
fixed internal code to work with altered library architecture
removed 'fileItemClassName' attribute from 'parse' tag because I don't think anybody would ever use it and the new architecture ditched their internal reflection for this which isn't really hard to rework but is just more than I want to deal with right now especially since it would render some of the other tags dysfunctional if it ever were actually used and if anybody ever did need it they could just make their own tag library anyhow
reformatted documentation to be (much) more readable

Xephyrus File Upload Tag Library 1.0 search tags