This is a migrated thread and some comments may be shown as answers.

File Select Button seems hidden in IE

1 Answer 27 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Ivy
Top achievements
Rank 1
Ivy asked on 22 Feb 2013, 07:58 AM
Hi Admin,
I am using RadAsyncUpload in my project and when I check the browser compatibility, I found that the file select button is hidden in IE and some unwanted borders are also appearing. The issue is seen in IE 8.0.6001. Is this a known issue and any fix is available?

Thanks,
Ivy.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 22 Feb 2013, 08:49 AM
Hello Ivy,

In certain cases the fileinputs and Select/Browse button do not show up at all in IE6, 7 and 8 versions. In fact the issue is a bug in IE6, 7 and 8 where the opacity filter is implemented as an ActiveX control and it gets buggy in case there are more strict security rules applied.

The above issue can be resolved either by setting the EnableFileInputSkinning property of the RadAsyncUpload to false or applying the following CSS.

CSS:
<style type="text/css">
 .ruFileInput
  {
  font: 11px/10px "Segoe UI",Arial,sans-serif !important;
   }
</style>

Thanks,
Shinu.
Tags
AsyncUpload
Asked by
Ivy
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or