5 Answers, 1 is accepted
Do you experience the problem on our online demos? What browser do you use?
Kind regards,
Veselin Vasilev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.

For better understanding here the Quellcode:
<tr class="even">
<td valign="top">
<asp:label skinid="Label" id="L_DATEI" runat="server" text="Datei:" />
</td>
<td valign="top" style="width: 240px; white-space: nowrap;">
<div style="width: 260px; display: inline;">
<telerik:radupload skinid="Normal" id="DATEI" runat="server" width="430px" controlobjectsvisibility="ClearButtons" maxfilesize="2000000" culture="German" skin="Gray">
<localization clear="Löschen" />
</telerik:radupload>
<telerik:radprogressarea skinid="Normal" id="RadProgressArea1" runat="server" displaycancelbutton="false" language="">
<localization uploaded="Uploaded"></localization>
</telerik:radprogressarea>
<telerik:radprogressmanager skinid="Normal" id="RadProgressManager1" runat="server" />
</div>
<asp:customvalidator id="DATEI_CustValidator1" runat="server" enabled="true" enableclientscript="true" display="Dynamic" setfocusonerror="false" onservervalidate="DATEI_CustValidator_ServerValidate1" style="vertical-align: top;">
<img src="<%= com.regiocom.Globale.ThemePath & "Img/Validator/invalid.gif" %>" alt="Dieser Dateityp ist nicht erlaubt bzw. Datei ist zu groß." border="0" />
</asp:customvalidator>
<asp:customvalidator id="DATEI_CustValidator2" runat="server" enabled="true" enableclientscript="true" display="Dynamic" setfocusonerror="false" onservervalidate="DATEI_CustValidator_ServerValidate2" style="vertical-align: top;">
<img src="<%= com.regiocom.Globale.ThemePath & "Img/Validator/invalid.gif" %>" alt="Es muss eine Datei ausgewählt werden." border="0" />
</asp:customvalidator>
</td>
</tr>
regards
Christian
I am afraid IE 5 is not in the list of browsers that we support.
Greetings,
Veselin Vasilev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.

regards
Christian
I have tried to reproduce the issue however I was not able to do so. On my tests I was allowed to click on the select/browse button without clicking on loschen. Please find my test project as an attachment. I will appreciate if you modify it in order to reproduce the issue thus we can investigate it further. I have done my tests on IE6.
Kind regards,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.