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

AsyncUpload progress indicator never stops loading

3 Answers 174 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Antoinette
Top achievements
Rank 1
Antoinette asked on 22 Feb 2011, 11:26 PM
We are having issues with the asyncupload control.  Once a user selects to upload a document, the progress indicator with IE and Firefox in the status bar shows that it is still doing something in the background.

How do I get it to stop?  Users think it's still doing something so they wait but it actually does upload the document if they continue.

Here's the code:

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/tr/xhtml11/dtd/xhtml11.dtd">
  
<body class="BODY">
    <form runat="server" id="mainForm" method="post">
    <telerik:RadScriptManager ID="ScriptManager1" runat="server" />
        <telerik:RadAsyncUpload runat="server" ID="AsyncUpload1" Skin="Office2007"
            ReadOnlyFileInputs="true" >
        </telerik:RadAsyncUpload>
    </form>
</body>
</html>

3 Answers, 1 is accepted

Sort by
0
Antoinette
Top achievements
Rank 1
answered on 23 Feb 2011, 03:46 PM
Apparently we just needed to upgrade to the newer version and it works.
0
dinesh kumar
Top achievements
Rank 1
answered on 26 Dec 2011, 08:28 AM
Telerik Team

I am  using Version=2010.1.415.35 and still facing same issue.
Which version solves this issue kindly confirm


Thanks
Dinesh
0
Richard
Top achievements
Rank 1
answered on 27 Dec 2011, 04:48 PM
Dinesh:

The older version of RadAsyncUpload (2010.1.415.35) that you currently use only supported the use of the IFrame Module and not Flash or Silverlight. The newest version of RadAsyncUpload (2011.3.1115) now supports Flash and Silverlight, also. So, as long as your client has Flash or Silverlight installed, the fake progress issue will disappear.

The more current RadAsyncUpload can now chose among Silverlight/Flash/IFrame module (in that order). This means that if there is Silverlight installed on the client machine, it will utilize its Silverlight module, if not -> the Flash one and so on. The ‘background work’ that is present in the status bar is shown only for the IFrame module because it uses native html form element to upload the files. Unfortunately, there is no way (apart from installing Flash/Silverlight) to hide or modify the status bar so that it doesn’t display that fake progress.

Hope this helps!





Tags
AsyncUpload
Asked by
Antoinette
Top achievements
Rank 1
Answers by
Antoinette
Top achievements
Rank 1
dinesh kumar
Top achievements
Rank 1
Richard
Top achievements
Rank 1
Share this question
or