Thanks Garcia, I will have a try on that! Happy New Year!
Dan

--- In flexcoders@yahoogroups.com, Frederico Garcia <[EMAIL PROTECTED]> 
wrote:
>
> Dan escreveu:
> > Hi,
> >
> > Does anyone tried implement a file upload to a server through 
servlet 
> > while the server is sit behind a proxy? Will the crossdomain 
issue 
> > becomes a problem? 
> >
> > I have set up a serlvet with upload function which works perfect, 
> > however, when i deploy the servlet into another server, which i 
can 
> > only reached through a proxy, the upload failed. Is there any 
setting i 
> > need to take care of?
> >
> > Dan
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com 
> > Yahoo! Groups Links
> >
> >
> >
> >
> > __________ NOD32 2747 (20071225) Information __________
> >
> > This message was checked by NOD32 antivirus system.
> > http://www.eset.com
> >
> >
> >
> >   
> You must have a file .htaccess inside public_html containing:
> 
> SecFilterEngine Off
> SecFilterScanPOST Off
> 
> If this doesn't work install ethereal and check for the error code 
> you're getting from the server.
> 
> Hope this helps,
> 
> Frederico Garcia
>


Reply via email to