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

File selection issue with Safari

1 Answer 53 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Tyler Smith
Top achievements
Rank 1
Tyler Smith asked on 27 Jul 2011, 05:19 PM
I'm currently using Safari 5.1 on Windows 7 to test the AsyncUpload component both on my own website and the telerik demo site.  After selecting either 1 or multiple files it seems to have a chance of refreshing the page and losing the selected files.  In the case of my own upload page I require the user to be logged in and when it does the refresh it logs the person out.

Is this a known issue with Safari?  Is there anything I can do to keep it from happening?

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 29 Jul 2011, 03:18 PM
Hello Tyler Smith,

Thank you for contacting Telerik Support.

We are aware of that issue. It appears when Silverlight module is used to upload files. Please disable the Silverlight into your project with the following sample code:

Telerik.Web.UI.RadAsyncUpload.Modules.Silverlight.isAvailable = function() { return false; };

I hope this helps. I will be glad to assist you further.

Regards,
Peter Filipov
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.

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