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

File Upload Problem. Emergency now!!

1 Answer 60 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
shunman
Top achievements
Rank 1
shunman asked on 26 Jun 2012, 05:45 PM
Hello. Telerik.

RadAysncUpload control has a problem at Chrome Browser.
RadAysncUpload control can't upload 2 more files at the same time.

we are using Telerik 2012.1.515.40 version. and I tested with previous telerik version .403   it works fine.

please see a attaching file and source code.
<%@ Page Language="VB" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="RadControlsWebApp11._Default" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head runat="server">
    <title></title>
    <telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server" />
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        <Scripts>
            <%--Needed for JavaScript IntelliSense in VS2010--%>
            <%--For VS2008 replace RadScriptManager with ScriptManager--%>
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
        </Scripts>
    </telerik:RadScriptManager>
    <script type="text/javascript">
        //Put your JavaScript code here.
    </script>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    </telerik:RadAjaxManager>
    <div>
        <telerik:RadAsyncUpload ID="RadAsyncUploadAttachments" runat="server"
            TabIndex="105" MultipleFileSelection="Disabled" AutoAddFileInputs="true">
        </telerik:RadAsyncUpload>
    </div>
 
    <asp:Button runat="server" ID="button1"  Text="save"/>
    </form>
</body>
</html>




1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 27 Jun 2012, 10:00 AM
Hi Shunman,

The version of our controls that you testing is from our internal builds. Keep in mind that we recommend to test your project with it, not to use it in your production environment. Please try the latest version of our controls - Q2.2012 (2012.2.607).

All the best,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
AsyncUpload
Asked by
shunman
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or