Not sure if this is linked to the other issue of the AsyncFileUpload not working in a Master page, but I've just tried adding it to a page using IE9 final release. When you click on the Selec File image, nothing happens, no errors, nothing. When you go to IE8 standards mode, it works...
Partial script of the code on my page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<asp:AsyncFileUpload ID="afuFile" runat="server" ClientIDMode="Static" Width="300px" PersistFile="false" UploaderStyle="Modern"/>
I've tried it with different ClientIDMode values as well, no luck.
I'm running a ASP.Net 3.5 website on Windows 7 Ultimate. The site is using a master page.
That said - even the Toolkit Samples page doesn't work in the IE9 final release - it does exactly the same - nothing... As soon as you switch the browser to Compatibility Mode, then it works.
Comments: baixei a ultima versão e funcionou
Partial script of the code on my page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<asp:AsyncFileUpload ID="afuFile" runat="server" ClientIDMode="Static" Width="300px" PersistFile="false" UploaderStyle="Modern"/>
I've tried it with different ClientIDMode values as well, no luck.
I'm running a ASP.Net 3.5 website on Windows 7 Ultimate. The site is using a master page.
That said - even the Toolkit Samples page doesn't work in the IE9 final release - it does exactly the same - nothing... As soon as you switch the browser to Compatibility Mode, then it works.
Comments: baixei a ultima versão e funcionou