On 3/24/06, David Zhang <[EMAIL PROTECTED]> wrote: > I am writing a web page for uploading documents. I use FileItem.getName() > to > retrieve the original file name. However the string returned by this > method > contains lonly lower case letters. Why? How can I a filename with correct > upper/lower cases?
It's a known issue, which was fixed shortly after the most recent release. You can find more information in this thread: http://www.nabble.com/lowercase-filenames-t1173250.html#a3084371 -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
