The most probable reason is that the FF post does not include a session
token (cookie), and your upload backend (script or dll) does require
such session context. At least thats what happened in my case.
Workaround: send a param (request value pair) with the session
information. If it only happens under HTTPS and work s fine under HTTP,
it may be related to header pragma and cacheControl. See other recent
post by searching for "Problems with SSL"

HTH


--- In flexcoders@yahoogroups.com, "chrislpigg" <[EMAIL PROTECTED]> wrote:
>
> This seems really weird but when I try to use Flex 2.0 File upload
> under https:// in Firefox it doesn't seem to wanna work. The
> connection gets cut or something gets disconnected so the file upload
> doesn't finish... meaning that the file doesn't get to the
> destination. Has anyone ran into this problem or has a solution? Any
> help would be appreciated.. Thanks!!
>



Reply via email to