Do you have different versions running in IE and firefox? On Thu, Jul 3, 2008 at 8:56 AM, lytvynyuk <[EMAIL PROTECTED]> wrote:
> Update: > I works under IE7.... doesn't work with Rirefox 2.0.0.15! > Doesn't work with Opera as well! I suspect this is not browser issue, > this is FlashPlayer issue, because Firefox and Opera uses same Flash > Player binaries! > > > --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>, > "lytvynyuk" <[EMAIL PROTECTED]> wrote: > > > > I getting this error, but when I put breakpoint at my server side code > > nothing coming through!! When I created little HTML page with file > > upload filed to same servlet location - IT WORKS! > > > > I used "Live HTTP headers" to see activity on HTTP requests - > > nothing.... nothing going through, also I used Wireshark - same effect. > > > > So what is going on ? any Ideas? > > > > AS code is extremely simple: > > > > var request:URLRequest = new URLRequest(); > > request.url = UPLOAD_URL; > > fr.upload(request); > > fileNameLabel.text = fr.name; > > > > >