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

hide select button

2 Answers 94 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 07 Dec 2012, 11:15 AM
How to hide select button in radasyncupload? 

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 07 Dec 2012, 11:19 AM
Hi Sigma,

Try overriding the default CSS as follows to achieve your scenario.

CSS:
<style type="text/css">
 .RadUpload .ruBrowse
  {
   display:none !important;
  }
 .RadUpload .ruStyled .ruFileInput
  {
   position:relative !important;
  }
</style>

Regards,
Shinu.
0
Ehsan
Top achievements
Rank 1
answered on 12 Jan 2013, 02:29 AM
sorry, just test for reply
Tags
AsyncUpload
Asked by
Sigma
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ehsan
Top achievements
Rank 1
Share this question
or