摘要: 解决Uploadify上传控件在非IE浏览器中不工作,需要做如下2步修改:1.Global.asax文件中,实现Application_BeginRequest函数:voidApplication_BeginRequest(objectsender,EventArgse){try{stringsession_param_name="ASPSESSID";stringsession_cookie_name="ASP.NET_SessionId";if(HttpContext.Current.Request.Form[session_param_name]! 阅读全文
posted @ 2012-07-02 10:32 IT爱好者 阅读(2010) 评论(0) 推荐(0)