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

Issues in Chrome

5 Answers 101 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 01 May 2013, 04:27 PM

When I click on the control in chrome [or even the Select button] nothing happens.  Both IE and FF will bring up the file selection window.

Telerik Version: 2013.1.417.40

Chrome Version: 26.0.1410.64 m
FF Version: 20.0.1
IE Version: 9.0.8112.16421 [update: 9.0.14]

I did work around the issue by referencing http://www.telerik.com/community/forums/aspnet-ajax/async-upload/multiple-file-upload-issues-chrome-ff.aspx#2100821 and it appears to be working now, but it feels like a work around.  Any idea if/when there will be a fix?

5 Answers, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 06 May 2013, 12:48 PM
Hi Mike,

The suggested workaround just disables FileAPI module and force RadAsyncUpload to use Iframe. It will not included as a fix. Please provide the information that Genady requested from you in pointed forum thread, so we can review your specific case. You may not need a fix.

Kind regards,
Hristo Valyavicharski
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.
0
Mike
Top achievements
Rank 1
answered on 06 May 2013, 02:37 PM
Sorry, I'm a different Mike from the linked post - but I am having a similar issue with Chrome.  I did apply the "fix" from the linked post and it has fixed the issue in chrome, but I'm really hoping there would be an appropriate fix as the javascript fix feels "hackish".  Did you need me to open a support ticket?
0
Hristo Valyavicharski
Telerik team
answered on 07 May 2013, 10:46 AM
Hi Mike,

Sorry. I thought you are the same person. Yes it would be better if you open a new support ticket. Attach small sample demonstrating the faced issue or at least a code snippet with steps to reproduce. Also record your network traffic with Fiddler Cap and send the recorded log.

Thanks.

All the best,
Hristo Valyavicharski
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.
0
Mike
Top achievements
Rank 1
answered on 07 May 2013, 04:44 PM
I tried filing a support ticket, but I keep getting a 403 - Forbidden error message.  So can I email the two zip files [demo proj and fiddler caps] somewhere?
0
Accepted
Plamen
Telerik team
answered on 09 May 2013, 06:59 AM
Hi,

The issue was solved in a support ticket.It was caused by a Chrome browser limitation. The RadAsyncUpload control is based on <input type='file'> element. If you put that element in the modal dialog you will get the same result. The solution is to use RadWindow instead a modal dialog.

Greetings,
Plamen
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
Mike
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Mike
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or