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

RadAsyncUpload issue with Windows xp using IE8

1 Answer 41 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Jasbir
Top achievements
Rank 1
Jasbir asked on 30 Nov 2012, 06:46 AM
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>

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 04 Dec 2012, 09:04 AM
Hi Jasbir,

I tested the RadAsyncUpload control with the mentioned version under IE8 and everything is working fine at my side. I suppose that a javascript error occurs and it is breaking the control. Could you review the developer tool's console and let me know the result. Also try to set DisablePlugins property to true and test your project. Are there issues with the latest builds of our controls ?

Regards,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
AsyncUpload
Asked by
Jasbir
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or