I am having trouble with the Upload button on a page not always reacting to a click. It appears to be somewhat out of sync with the button on the page. It is hard to describe but the bahvior is that users click the Select button to browse to a file but it doesn't always work.
| <telerik:RadUpload ID="RadUpload1" runat="server" InputSize="80" Width="650px" MaxFileInputsCount="5" |
| ControlObjectsVisibility="addbutton,removebuttons" Localization-Add="More Files" Skin="Vista"> |
| </telerik:RadUpload> |