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

IE11 freezes when is used Async Upload

3 Answers 59 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Ever
Top achievements
Rank 1
Ever asked on 19 May 2015, 04:50 PM

Hello, I am using the Async Upload component, version 2013.3.1324.40

 When I use this component with IE11 sometime it works fine and a lot of time the browser freezes.

In the following link, I read this is a bug in IE11:  http://www.telerik.com/forums/radasyncupload-freezes

 

Do you have a solution or workaround about it? Comment: in the company the most users use IE11.



 

3 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 21 May 2015, 08:20 AM
Hello Ever,

You can try to stop the FileApi in the following manner:

<script type="text/javascript">
           Telerik.Web.UI.RadAsyncUpload.Modules.FileApi.isAvailable = function () { return false; };
</script>


Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Lenny_shp
Top achievements
Rank 2
answered on 05 Jun 2015, 12:38 PM
Is it freezing while uploading or when main page is rendered with Async component?   I had an user with freeze problem in IE11 x86 and reinstalling Silverlight fixed it.
0
Nencho
Telerik team
answered on 10 Jun 2015, 07:06 AM
Hello Lenny,

The bug occurs once a file is uploaded and if after approximately 20 seconds you attempt to upload another file, the browser freezes.


Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
AsyncUpload
Asked by
Ever
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Lenny_shp
Top achievements
Rank 2
Share this question
or