On 1/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> hello
>
> i'm working the latest version 1.1 of fileupload but i'm getting the
> following error when i run my app (a java portlet) in bea weblogic 8.1,
> sp5:
>
> org.apache.commons.fileupload.FileUploadBase$UnknownSizeException: the
> request was rejected because it's size is unknown
>
> is fileupload not working right?


That depends. If the request does not include a content length header, then
FileUpload is working correctly. It cannot handle multipart requests unless
the content length is specified. There is an existing enhancement request to
add support for this case. However, this seldom comes up with browser
clients.

If the request _does_ include a content length header, then there might be
an issue. You should also ensure that the request has not already been
parsed by some other code before it reaches your code.

--
Martin Cooper


-- poc
> ________________________________________________________________________
> Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading
> spam and email virus protection.
>
>

Reply via email to