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

RadAsyncUpload posts back after I select the file to upload

1 Answer 193 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Kathleen Johnson
Top achievements
Rank 1
Kathleen Johnson asked on 19 Jul 2017, 08:05 PM

Hi, I have implemented RadAsyncUpload on my page. I run the project. When I select the file, the page does total refresh automatically as if it was ran for the first time. Please help!

I am using VS2017

Controls version 2014.2.724

My code:

 

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html>
 
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
        <div>
            <telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
            <telerik:RadAsyncUpload ID="RadAsyncUploadAttachment" runat="server" MultipleFileSelection="Automatic" TabIndex="300"
                AllowedFileExtensions="jpg,jpeg,png,gif,bmp,pdf">
            </telerik:RadAsyncUpload>
        </div>
    </form>
</body>
</html>

1 Answer, 1 is accepted

Sort by
0
Kathleen Johnson
Top achievements
Rank 1
answered on 20 Jul 2017, 03:12 PM

I have added these settings and it is working now.

 

ManualUpload="false" DisableChunkUpload="true" DisablePlugins="true" 

Tags
AsyncUpload
Asked by
Kathleen Johnson
Top achievements
Rank 1
Answers by
Kathleen Johnson
Top achievements
Rank 1
Share this question
or