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

Upload error when the file is open

3 Answers 99 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Rafael
Top achievements
Rank 1
Rafael asked on 14 Jul 2011, 02:47 PM
Hi,

I'm using the AsyncUpload control and I'm facing a big problem. Always I try to upload an Office file that is open, a JavaScript error is throwed. I searched at Telerik forum and found some similar problems, the Telerik team says this problem is being corrected.

http://www.telerik.com/community/forums/aspnet-ajax/async-upload/file-sharing-violation.aspx

Is there some update about this?

Rafael Esquiçato

3 Answers, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 15 Jul 2011, 08:18 AM
Hello Rafael,

There has been such an issue, which is already resolved in the latest official version of the controls.

Please try to upgrade if possible.

Kind regards,
Dimitar Terziev
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Nicolás
Top achievements
Rank 1
answered on 06 Sep 2011, 03:00 PM
Hi,

We are still having the same problem with the lastest version. thanks for your response.
0
Dimitar Terziev
Telerik team
answered on 08 Sep 2011, 02:40 PM
Hello Nicolás,

After further testing it appears that the problem is related to the Silverlight module of the RadAsyncUpload.

Please add the following line of code before the declaration of the RadAsyncUpload and after the RadScriptManager:
<script type="text/javascript">
 
        Telerik.Web.UI.RadAsyncUpload.Modules.Silverlight.isAvailable = function () { return false; }   
    </script>


Best wishes,
Dimitar Terziev
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
AsyncUpload
Asked by
Rafael
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Nicolás
Top achievements
Rank 1
Share this question
or