views:

151

answers:

0

I implemented SWFUpload on my site and it works great in IE, but in Firefox no data is POSTed to the server. I have verified this using Charles. I noticed from the debug info that in IE the last two lines read:

SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_0 Response Received: true Data:
SWF DEBUG: Event: uploadComplete : Upload cycle complete.

But, in Firefox, the entire HTML markup of the page appears between these two lines. For example:

SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_0 Response Received: true Data:
SWF DEBUG: Event: < html >
SWF DEBUG: Event: < head >
SWF DEBUG: Event: < /body >
SWF DEBUG: Event: < /html >
SWF DEBUG: Event: uploadComplete : Upload cycle complete.

Why doesn't Firefox POST?