[flexcoders] firefox/mozilla file upload issue

2009-07-20 Thread [p e r c e p t i c o n]
Hi Coders,
I'm having an issue uploading a file to a server only when performed using
firefox or chrome..IE 6 + 7 work just fine, so I was wondering what the
issue might be and how does one get around it?

when I upload it to the server that i'm running my web app on it loads no
problem, but when i try to load it to a remote server (a server other than
the one my client(swf) and web app are running on) the file gets created,
but the data never makes it over.  I'm getting a 500 Internal Server error
but no description as to why i'm getting that error...and yes, i did use
Charles to see what's on the wire...

TIA

percy


Re: [flexcoders] firefox/mozilla file upload issue

2009-07-20 Thread Richard Rodseth
If you're using SSL it might be related to my most famous bug report ever :)

http://bugs.adobe.com/jira/browse/SDK-13196

On Mon, Jul 20, 2009 at 10:52 AM, [p e r c e p t i c o n] 
percepti...@gmail.com wrote:



 Hi Coders,

 I'm having an issue uploading a file to a server only when performed using
 firefox or chrome..IE 6 + 7 work just fine, so I was wondering what the
 issue might be and how does one get around it?

 when I upload it to the server that i'm running my web app on it loads no
 problem, but when i try to load it to a remote server (a server other than
 the one my client(swf) and web app are running on) the file gets created,
 but the data never makes it over.  I'm getting a 500 Internal Server error
 but no description as to why i'm getting that error...and yes, i did use
 Charles to see what's on the wire...

 TIA

 percy

  



Re: [flexcoders] firefox/mozilla file upload issue

2009-07-20 Thread [p e r c e p t i c o n]
oh yes...but here's the thing...i'm not using ssl and it still doesn't
work...there's must be a workaround


On Mon, Jul 20, 2009 at 1:50 PM, Richard Rodseth rrods...@gmail.com wrote:



 If you're using SSL it might be related to my most famous bug report ever
 :)

 http://bugs.adobe.com/jira/browse/SDK-13196


 On Mon, Jul 20, 2009 at 10:52 AM, [p e r c e p t i c o n] 
 percepti...@gmail.com wrote:



 Hi Coders,

 I'm having an issue uploading a file to a server only when performed using
 firefox or chrome..IE 6 + 7 work just fine, so I was wondering what the
 issue might be and how does one get around it?

 when I upload it to the server that i'm running my web app on it loads no
 problem, but when i try to load it to a remote server (a server other than
 the one my client(swf) and web app are running on) the file gets created,
 but the data never makes it over.  I'm getting a 500 Internal Server error
 but no description as to why i'm getting that error...and yes, i did use
 Charles to see what's on the wire...

 TIA

 percy


  



Re: [flexcoders] firefox/mozilla file upload issue

2009-07-20 Thread Richard Rodseth
I forget all the details (it's been a while and I was mostly the scribe on
this particular issue), but  reading the bug and comments might yield some
Firefox-specific information for you. I seem to recall something about
having to add session info to requests. Also nocache settings on the
response. Sorry to be so vague.

On Mon, Jul 20, 2009 at 2:29 PM, [p e r c e p t i c o n] 
percepti...@gmail.com wrote:



 oh yes...but here's the thing...i'm not using ssl and it still doesn't
 work...there's must be a workaround



 On Mon, Jul 20, 2009 at 1:50 PM, Richard Rodseth rrods...@gmail.comwrote:



 If you're using SSL it might be related to my most famous bug report ever
 :)

 http://bugs.adobe.com/jira/browse/SDK-13196


 On Mon, Jul 20, 2009 at 10:52 AM, [p e r c e p t i c o n] 
 percepti...@gmail.com wrote:



 Hi Coders,

 I'm having an issue uploading a file to a server only when performed
 using firefox or chrome..IE 6 + 7 work just fine, so I was wondering what
 the issue might be and how does one get around it?

 when I upload it to the server that i'm running my web app on it loads no
 problem, but when i try to load it to a remote server (a server other than
 the one my client(swf) and web app are running on) the file gets created,
 but the data never makes it over.  I'm getting a 500 Internal Server error
 but no description as to why i'm getting that error...and yes, i did use
 Charles to see what's on the wire...

 TIA

 percy



  



Re: [flexcoders] firefox/mozilla file upload issue

2009-07-20 Thread [p e r c e p t i c o n]
ok...thanks for the pointers..

On Mon, Jul 20, 2009 at 4:13 PM, Richard Rodseth rrods...@gmail.com wrote:



 I forget all the details (it's been a while and I was mostly the scribe on
 this particular issue), but  reading the bug and comments might yield some
 Firefox-specific information for you. I seem to recall something about
 having to add session info to requests. Also nocache settings on the
 response. Sorry to be so vague.


 On Mon, Jul 20, 2009 at 2:29 PM, [p e r c e p t i c o n] 
 percepti...@gmail.com wrote:



 oh yes...but here's the thing...i'm not using ssl and it still doesn't
 work...there's must be a workaround



 On Mon, Jul 20, 2009 at 1:50 PM, Richard Rodseth rrods...@gmail.comwrote:



 If you're using SSL it might be related to my most famous bug report ever
 :)

 http://bugs.adobe.com/jira/browse/SDK-13196


 On Mon, Jul 20, 2009 at 10:52 AM, [p e r c e p t i c o n] 
 percepti...@gmail.com wrote:



 Hi Coders,

 I'm having an issue uploading a file to a server only when performed
 using firefox or chrome..IE 6 + 7 work just fine, so I was wondering what
 the issue might be and how does one get around it?

 when I upload it to the server that i'm running my web app on it loads
 no problem, but when i try to load it to a remote server (a server other
 than the one my client(swf) and web app are running on) the file gets
 created, but the data never makes it over.  I'm getting a 500 Internal
 Server error but no description as to why i'm getting that error...and yes,
 i did use Charles to see what's on the wire...

 TIA

 percy