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

Uploading open file

1 Answer 41 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Herbert
Top achievements
Rank 1
Herbert asked on 09 Feb 2012, 01:38 PM
When I go to upload an excel file that I have open on my desktop, it errors somewhere in the javascript with a generic error. I have some .Net code to test if the file is open. However, I do not know where to call it. I tried OnClientFileSelected with no luck.

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 10 Feb 2012, 01:24 PM
Hi Herbert,

This is a known limitation of the Silverlight module that RadAsyncUpload uses, whenever there's Silverlight available. To fix this, you have to disable Silverlight for RadAsyncUpload:
<script type="text/javascript">
    Telerik.Web.UI.RadAsyncUpload.Modules.Silverlight.isAvailable = function () { return false; }
</script>

 
Regards,
Bozhidar
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
AsyncUpload
Asked by
Herbert
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or