From: SourceForge.net <no...@so...> - 2010-08-12 05:18:47
|
Bugs item #3043484, was opened at 2010-08-12 13:18 Message generated for change (Tracker Item Submitted) made by lastmodified You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3043484&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: ping (lastmodified) Assigned to: Nobody/Anonymous (nobody) Summary: FileUpload breaks Response.Redirect Initial Comment: If there is a anthem:FileUpload control in the page, Response.Redirect no longer works because the IOFrame expects a response to be wrapped in a textarea for processing. Propose fix: Wrap the response (window.location = ...) with a textarea. See attached code fragment for Manager.cs OnUnload function or http://pastebin.com/gmDXNpY3 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3043484&group_id=151897 |