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

RadAsyncUpload

8 Answers 49 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Satish
Top achievements
Rank 1
Satish asked on 02 Dec 2014, 08:54 PM
it seems IE 11 has issues with RadAsyncupload control. it works fine in IE9, but in IE 11 the page typically freezes (yellow dot for upload control) .


<telerik:RadAsyncUpload runat="server" ID="RadAsyncUpload1" MaxFileInputsCount="1" Localization-Select="Browse"
HideFileInput="true" MultipleFileSelection="Disabled" AllowedFileExtensions=".pdf" MaxFileSize="1000000" OnClientValidationFailed="ValidationFailed"/>

8 Answers, 1 is accepted

Sort by
0
Satish
Top achievements
Rank 1
answered on 02 Dec 2014, 09:04 PM

            function pageLoad()
            {
            var upload = $find("<%= RadAsyncUpload1.ClientID %>");
             alert(upload.get_loadedModuleName() );
            }

returns 'File API'.  if that helps...
0
Peter Filipov
Telerik team
answered on 04 Dec 2014, 01:33 PM
Hi Satish,

Which version of Telerik.Web.UI.dll are you using? Is there a pattern which you could provide me in order to reproduce the issue? Do you reproduce that problem on our online demos?

Regards,
Peter Filipov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Satish
Top achievements
Rank 1
answered on 04 Dec 2014, 02:03 PM
version 2014.2.724.45

I have also noticed that it works fine at production (IIS web server), but NOT on local host (Developer machine, IIS 7.5 ).Online demos work fine.
 
0
Peter Filipov
Telerik team
answered on 08 Dec 2014, 11:31 AM
Hello Satish,

There is a problem when a empty file is uploading in IE10 and the browser freezes. Could you confirm that this is the issue? Are there any error in the developer tools console after a file is selected.

Regards,
Peter Filipov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Satish
Top achievements
Rank 1
answered on 08 Dec 2014, 01:55 PM

No, it happens with any file.
No error information , developer tools console.  IE freezes and I have to close it using task manager or 'stop execeution' at Visual Studio.

0
Peter Filipov
Telerik team
answered on 09 Dec 2014, 09:25 AM
Hi Satish,

This is a really strange behavior which we have never experienced. Do you reproduce this issue on other machines? It is possible that the problem is caused by your local environment.

Regards,
Peter Filipov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Satish
Top achievements
Rank 1
answered on 09 Dec 2014, 01:45 PM
Yes, I did try on other machine (different User login). We have the same issue.
0
Peter Filipov
Telerik team
answered on 10 Dec 2014, 12:28 PM
Hi Satish,

D you have any kind of authentication on your page? What happens if you tried to use only anonymous authentication?

Regards,
Peter Filipov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
AsyncUpload
Asked by
Satish
Top achievements
Rank 1
Answers by
Satish
Top achievements
Rank 1
Peter Filipov
Telerik team
Share this question
or