开发者

Asyncfileupload not working in Firefox

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜