You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Martin Cooper <ma...@apache.org> on 2006/03/24 23:33:38 UTC

Re: [FileUpload] filename upper/lower case issue for uploaded files

This is a bug that was fixed in January. If you need the fix, then you can
pick up a recent nightly build of Commons FileUpload. There have been no
other changes to the code base since FileUpload 1.1 was released, so picking
up a nightly build is safe.

--
Martin Cooper


On 3/24/06, David Zhang <Zh...@si.edu> 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?
>
> Thanks!
>
> P.S. Just join this group. Sent this question once but it seems that it
> did
> not go through.
> Forgive me if you receive it twice.
>
>