Hi,

I don't think any exception are thrown.  It's just the request never 
reaches the server (I added some System.out.println() statements in 
my Upload servlet in the doPost() method but none is printed out).
The funny thing is that when it's run on Windows machine, it works as 
expected.
Is there anything I can do to fix this? Thanks.

Ivan.

--- In [email protected], Bjorn Schultheiss 
<[EMAIL PROTECTED]> wrote:
>
> There may be characters in the image filename that need to be 
escaped?
> Do you make the upload call in a try catch block?
> 
> Usually the upload will not take place if the player detects a  
> possible error prior to making the upload..
> 
> 
> regards,
> 
> Bjorn
> 
> 
> On 24/05/2007, at 2:40 PM, ivansebastiansurya wrote:
> 
> > Hi everyone,
> >
> > I've got a funny problem with my Flex application.
> > I've got a client that lets user upload File to a Java servlet 
(image
> > file).
> > It works fine when I run it in WIndows machine using any browser.
> > But when I run it in Unix/Linux machine, it seems that the upload
> > request never reaches the server.
> > Does anyone know what to do here? Any help is greatly appreciated.
> > Thanks a lot in advance.
> >
> > Thanks,
> >
> > Ivan.
> >
> >
> >
>


Reply via email to