i used RadAsyncUpload Control in my code and its working fine with all browsers using windows 7 but when i tested this on windows xp using IE8 browser its not working. actually the problem is when i want to upload files than file dialog not opening and I could not browser files. so please tell me what settings i need to do for work in Windows Xp and 2012.1.215.40 version i am using for telerik controls.
<telerik:RadAsyncUpload ID="aUpload" runat="server" AllowedFileExtensions="pdf,txt,doc,docx,png,jpg,jpeg" EnableFileInputSkinning="false" ClientIDMode="AutoID" OnClientFileUploadFailed="fileUploadFailed" MultipleFileSelection="Disabled" OnClientValidationFailed="fileValidationFailed" OnClientFileUploadRemoved="fileUploadRemoved" AutoAddFileInputs="false" EnableInlineProgress="true" InitialFileInputsCount="1" MaxFileInputsCount="1" UploadedFilesRendering="BelowFileInput" InputSize="35" Width="300px" MaxFileSize="2097152" OnClientFileUploaded="fileUploaded" OnFileUploaded="asyncFileUploaded" PostbackTriggers="rToolBarDocument"> /telerik:RadAsyncUpload>