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

hide the textbox

1 Answer 49 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 17 Dec 2012, 12:36 PM
How can i hide the textbox in radasyncupload? 

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 Dec 2012, 12:42 PM
Hi Sigma,

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

CSS:
<style type="text/css">
    .RadUpload_Default .ruFakeInput
    {
        display: none !important;
    }
</style>

Hope this helps.

Regards,
Princy.
Tags
AsyncUpload
Asked by
Sigma
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or