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 <[EMAIL PROTECTED]>
To: Jakarta Commons Users List <commons-user@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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





Reply via email to