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

IE11 intermittent Yellow Dot and freeze

2 Answers 85 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Eli
Top achievements
Rank 1
Veteran
Eli asked on 11 Apr 2016, 07:42 PM

We have had problems with RadAsyncUpload in IE11 where it will give a yellow dot and freezes when uploading files.  This has been happening since our users started using IE11 (on Windows 8.1).  Previously they used 10 without issue.

This does not happen if we direct them to Chrome.  The only way around it we have found is to turn off the FileApi Module for IE.  We do utilize drag and drop so when that module is disable that functionality is lost.  I am using the latest version of the controls 2016 Q1.

I also tried to emulate IE10, but that does NOT solve the issue.  We run with ie=edge meta tag.

The problem is intermittent and I have not been able to reproduce it myself.  I have seen some similar threads on problems like this including this one: http://www.telerik.com/forums/radasyncupload-1fc6f6296712

Is there any kind of known issue or workaround?  It is difficult to troubleshoot given the intermittent nature.

<telerik:RadAsyncUpload  Skin="Default" OnClientFilesUploaded="saverecord" ID="faupload" runat="server"
        MultipleFileSelection="Automatic" TargetFolder="\\xxxxxx\xxxxxx"
        Width="221px" PostbackTriggers="bSave,bSave2" 
        DropZones="#DropZone2">
    </telerik:RadAsyncUpload>

2 Answers, 1 is accepted

Sort by
0
Eli
Top achievements
Rank 1
Veteran
answered on 11 Apr 2016, 07:48 PM

I just saw this thread as well. http://www.telerik.com/forums/radasyncupload-freezes  (feel free to merge thread)

That matches my issue as we are also using Windows Authentication...

A bug is listed and reported to Microsoft Connect, but that bug report is considered closed and "Won't fix", so does that mean it simply is not going to work?  Are there any options to get Drag and Drop on IE 11?

0
Veselin Tsvetanov
Telerik team
answered on 14 Apr 2016, 07:35 AM
Hi Eli,

As the Drag-and-drop functionality relies on the HTML 5 FileAPI, there is no way to enable it when having NTLM Windows authentication for your app / web-site.

Regards,
Veselin Tsvetanov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
AsyncUpload
Asked by
Eli
Top achievements
Rank 1
Veteran
Answers by
Eli
Top achievements
Rank 1
Veteran
Veselin Tsvetanov
Telerik team
Share this question
or