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 / Increase File Input Width

  • Uploaded % ( ) Total
  • Uploaded files: % () Total files:
  • Uploading file:
  • Elapsed time:  Estimated time:  Speed:
Uploaded files
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.IntegratedValidation.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.1//EN" "http://www.w3.org/tr/xhtml11/dtd/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
        <head runat="server">
            <qsf:headtag runat="server" id="Headtag1" />
            
            <style type="text/css">
             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#"></qsf:header>
                
                <telerik:RadProgressManager id="Radprogressmanager1" runat="server" />
                
                <table border="0" width="100%">
                    <tr>
                        <td style="vertical-align: top;">
                            <telerik:radupload ID="RadUpload1" runat="server"
                                EnableFileInputSkinning="true" InputSize="45" Width="500px"
                                InitialFileInputsCount="3"/>
                                
                            <telerik:RadProgressArea id="RadProgressArea1" runat="server"/>
                            
                            <asp:Button id="buttonSubmit" runat="server" CssClass="RadUploadSubmit" OnClick="buttonSubmit_Click" text="Submit" />
                        </td>
                        <td style="vertical-align: top">
                        
                            <div class="smallModule">
                                <div class="rc1"><div class="rc2"><div class="rc3" style="width:200px; padding-left: 20px;">
                                    <div class="title" style="margin-left: -10px;">Uploaded files</div>
                                    
                                    <asp:label id="labellNoResults" runat="server" visible="True">No uploaded files yet</asp:label>
                                    
                                    <asp:Repeater id="reportResults" runat="server" visible="False">
                                        <ItemTemplate>
                                            '<%#DataBinder.Eval(Container.DataItem, "FileName")%>' (<%#DataBinder.Eval(Container.DataItem, "ContentLength").ToString() + " bytes"%>)<br />
                                        </ItemTemplate>
                                    </asp:Repeater>
                                </div></div></div>
                            </div>
                        </td>
                    </tr>
                </table>
                
                <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