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

AsyncUpload Picture for ruBrowse/ruButton

1 Answer 103 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Manuel
Top achievements
Rank 1
Manuel asked on 04 Sep 2010, 03:42 PM
Hi,
I have a problem with the styles in RadAsyncUpload input.ruBrowse. I wanted to replace the select-text with a picture 210x290 px. When i use the flash compability in ie or firefox, i had only a range of height:22px to start the filedialog. It seems hardcoded, i have no possibility to modify the height from 22px to 290px. But i think this is the solution, i tested it in Firebug.
How can i change the value of AsyncUploadflashxxx height? Look at the png-attachment.
I use 2010.2.826.35. 

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 09 Sep 2010, 08:29 AM
Hello Manuel Delvo,

Can you try the following CSS:

<style type="text/css">
       .RadAsyncUpload object
       {
           height:290px !important;
       }
    
   </style>

Best wishes,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
AsyncUpload
Asked by
Manuel
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or