开发者

Asyncfileupload not working in Firefox

开发者 https://www.devze.com 2023-03-16 17:43 出处:网络
I\'m making an asp.ne开发者_高级运维t website, in it I have an Asyncfileupload control which is inside an updatepanel.

I'm making an asp.ne开发者_高级运维t website, in it I have an Asyncfileupload control which is inside an updatepanel. It works fine in Chrome & other browsers but it doesn't work in FireFox.. Please help..


Try setting the width of the AsyncFileUpload control using css:

Follow below Steps:

  • Apply CssClass on ajaxToolkit:AsyncFileUpload like "imageUploaderField"
  • Write Css(".imageUploaderField input{width:100%!important;}")

If the result is the same, update your ajax toolkit with the latest edition.

References: AsyncFileUpload with Firefox 22.0b1

If it still doesn't work then it could be a Firefox bug.


yah but for that you should check it in codeplex, there is some some javascript changes..

0

精彩评论

暂无评论...
验证码 换一张
取 消