Telerik is a leading vendor of ASP.NET AJAX, ASP.NET MVC, Silverlight, WinForms and WPF controls and components, as well as .NET Reporting, .NET ORM , .NET CMS, Code Analysis, Mocking, Team Productivity and Automated Testing Tools. Building on its expertise in interface development and Microsoft technologies, Telerik helps customers build applications with unparalleled richness, responsiveness and interactivity. Telerik products help thousands of companies to be more productive and deliver reliable applications under budget and on time.
Version Q2 2011 released 07/12/2011
select

Upload / Target Folder

  • Uploaded % ( ) Total
  • Uploaded files: % () Total files:
  • Uploading file:
  • Elapsed time:  Estimated time:  Speed:
No uploaded files yet

  • Note: The largest allowed combined file size for upload in this example is 100MB. This is specified by the maxRequestLength="102400" set in Web.config file. If you attempt to upload files with total size greater that 100MB you will get "Page Not Found" error. For more information about uploading large files visit the help article "Uploading Large Files"

Source Code

C# VB.NET
Show code in new window Demo isolation steps
  • <%@ Page language="c#" CodeFile="DefaultCS.aspx.cs" AutoEventWireup="true" Inherits="Telerik.Web.Examples.Upload.UsingTargetFolder.DefaultCS" %>
    <%@ register tagprefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" %>
    <%@ register tagprefix="qsf" namespace="Telerik.QuickStart" %>
    <%@ register tagprefix="qsf" tagname="Header" src="~/Common/Header.ascx" %>
    <%@ register tagprefix="qsf" tagname="HeadTag" src="~/Common/HeadTag.ascx" %>
    <%@ register tagprefix="qsf" tagname="Footer" src="~/Common/Footer.ascx" %>
        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <qsf:headtag runat="server" id="Headtag1" />
        
        <style type="text/css" runat="server">
            .radupload { float: left; margin-bottom:20px; }
            .bigModule { clear: both; }
            .smallModule { margin-bottom:20px; }
            #controlContainer { vertical-align: top; padding: 20px 10px; }
            .ruProgressArea { position: absolute; top: 0; left: 10px; }
            input.RadUploadSubmit { margin-top: 20px; }
        </style>
    </head>
    <body class="BODY">
        <form runat="server" id="mainForm" method="post">
         <telerik:RadScriptManager ID="ScriptManager1" runat="server" />
            <qsf:header runat="server" ID="Header1" NavigationLanguage="C#" />
            
            <telerik:RadProgressManager ID="Radprogressmanager1" runat="server" />
            
            <div style="position:relative;">
                <table>
                    <tr>
                        <td id="controlContainer">
                            <telerik:RadUpload
                                ID="RadUpload1" runat="server"
                                MaxFileInputsCount="5"
                                TargetFolder="~/Upload/Examples/UsingTargetFolder/MyFiles"
                                OverwriteExistingFiles="false" />
                                
                            <telerik:RadProgressArea id="progressArea1" runat="server"/>
                            
                            <asp:Button id="buttonSubmit" runat="server" CssClass="RadUploadSubmit" OnClick="buttonSubmit_Click" text="Submit" />
                        </td>
                        <td>
                            <div class="smallModule">
                                <div class="rc1"><div class="rc2"><div class="rc3" style="width:240px">
                                
                                    <asp:Label ID="labelNoResults" runat="server" Visible="True">No uploaded files yet</asp:Label>
                                    
                                    <asp:Repeater ID="repeaterResults" runat="server" Visible="False">
                                        <HeaderTemplate>
                                            <div class="title">Uploaded files in the target folder:</div>
                                        </HeaderTemplate>
                                        <ItemTemplate>
                                            <%#DataBinder.Eval(Container.DataItem, "FileName")%>
                                            <%#DataBinder.Eval(Container.DataItem, "ContentLength").ToString() + " bytes"%>
                                            <br />
                                        </ItemTemplate>
                                    </asp:Repeater>
                                </div></div></div>
                            </div>
                        </td>
                    </tr>
                </table>
            </div>
            
            <qsf:footer runat="server" id="Footer1" />
        </form>
    </body>
    </html>

Get more than expected!

 
 

Take your time to truly experience the power of RadControls for ASP.NET AJAX with a free 60-day trial backed up by Telerik’s unlimited dedicated support.

Download your RadControls for ASP.NET AJAX trial and jumpstart your development with the available Getting Started resources.

If you have any questions, do not hesitate to contact us at sales@telerik.com.

Copyright 2002-2024 © Telerik. All right reserved
Telerik Inc, 201 Jones Rd, Waltham, MA 02451