Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > AsyncUpload > Uploading open file

Not answered Uploading open file

Feed from this thread
  • Herbert avatar

    Posted on Feb 9, 2012 (permalink)

    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.

    Reply

  • Bozhidar Bozhidar admin's avatar

    Posted on Feb 10, 2012 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > AsyncUpload > Uploading open file
Related resources for "Uploading open file"

ASP.NET AsyncUpload Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]