SWFUpload works in IE, but not in Firefox

后端 未结 7 1607
隐瞒了意图╮
隐瞒了意图╮ 2020-12-10 08:23

Using SWFUpload v2.2, Firefox 3, IE 8, Flash 10 In my ASP.NET application all uploads are being processed by upload.aspx (I have the correct upload_url set in the settings o

7条回答
  •  不思量自难忘°
    2020-12-10 08:35

    It sounds like you could be running into this Flash bug. Nort's solution is the way most people have been working around it. Depending on your language/framework however, you may need to add some additional server-side code to take the session variable from the url and force it to be used as the current session.

    You can try the solution in this StackOverflow question, or try googling something like 'flash upload cookie'.

提交回复
热议问题