You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by badi malik <ba...@sbcglobal.net> on 2007/01/27 20:53:38 UTC

Re: adding patch to jar RESOLVED

Hello, 
just a note for the archives...

i found a solution...

it appears that flash makes two posts if the file is bigger than 10kb just to make sure that the server is valid (???you got me???) anyhow, i resolved it with one line of code in my Java class
if(request.getContentLength() == 0){
         return;
 }else{
     ...
 }

you get the gist....

thanks to all!

cheers

b



----- Original Message ----
From: Paul J DeCoursey <pa...@decoursey.net>
To: Jakarta Commons Users List <co...@jakarta.apache.org>
Sent: Thursday, January 25, 2007 12:47:52 PM
Subject: Re: adding patch to jar

Send me your actionscript and/or fla files as well, I'd like to see if I 
can reproduce the problem.


badi malik wrote:
> Hi Paul,
>
> hmmm, ok that makes sense...however, there's nothing in the fileitems list either...here's my full code listing which i should have posted earlier...pardon me for being so vague...
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org