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

RadAsyncUpload not working in google chrome

3 Answers 182 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Bharani Mani
Top achievements
Rank 1
Bharani Mani asked on 28 Dec 2010, 01:23 AM
Hello,
        I have a RadAsyncUpload in my web page and it works well in internet explorer but it doesnt work in Google chrome. Please check the code below.

<telerik:RadAsyncUpload   id="radupload1" MaxFileInputsCount="1" AllowedFileExtensions=".pdf, .doc" MultipleFileSelection="Disabled"  MaxFileInputsCount="1"  MaxFileSize="12000000">

In google chrome, when I upload a file, it comes up with an exclamation mark and thats it. If I click on remove link, select file dialog opens up.
I tried without AllowedFileExtensions and MaxFileSize but still of no use. Is it something I m missing? Please let me know.


Thanks,
Bharani

3 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 03 Jan 2011, 10:54 AM
Hi Bharani Mani,

Which version of RadAsyncUpload do you use? There used to be some issue under Google Chrome but we have fixed them for the latest release. Apart from this, does the same file that fails in Chrome uploads well in IE? Could you please add a handler for the OnClientFileUploadFailed event and the OnClientValidationFailed events. Which of them fire? If it is FileUploadFailed, please use args.get_message() in order to see the error message that led to upload failing.

All the best,
Genady Sergeev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Bharani Mani
Top achievements
Rank 1
answered on 03 Jan 2011, 04:16 PM
Hello,
       I m using RadAsyncUpload that comes with RadControls for ASP.NET AJAX Q2 2010, ASP.NET 2.0 versin of telerik Telerik.Web.UI.dll dated 9/28/2010 12:07PM. The same file that is uploaded in IE works fine, but not in Google Chrome. Let me try to make a test application and upload it soon.

Thanks,
Bharani
0
Bharani Mani
Top achievements
Rank 1
answered on 04 Jan 2011, 04:00 PM
I figured out the problem. The problem is not with RadAsyncUpload, but with uploading the file over https with expired certificate. otherwise it works fine.

Thanks,
Bharani
Tags
AsyncUpload
Asked by
Bharani Mani
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Bharani Mani
Top achievements
Rank 1
Share this question
or