RadUpload for ASP.NET AJAX

RadControls for ASP.NET AJAX
Caution

RadUpload has been replaced by RadAsyncUpload, Telerik’s next-generation ASP.NET upload component. If you are considering Telerik’s Upload control for new development, check out the documentation of RadAsyncUpload or the control’s product page. If you are already using RadUpload in your projects, you may be interested in reading how easy the transition to RadAsyncUpload is and how you can benefit from it in this blog post. The official support for RadUpload will be discontinued in June 2013 (Q2’13), although it will still be available in the suite. We deeply believe that RadAsyncUpload can better serve your upload needs and we kindly ask you to transition to it to make sure you take advantage of its support and the new features we constantly add to it.

RadUpload for ASP.NET AJAX Q2 2010

Since Q2 2010 all major changes for the controls are listed in the official Release Notes posted here.

Changes in Q1 2010 version

  • RadUpload for ASP.NET AJAX is fully backward compatible with its previous version

  • RadAsyncUpload for ASP.NET AJAX has just been added

Changes in Q3 SP2 2009 version (Version Number 2009.3.1314)

  • RadUpload for ASP.NET AJAX is fully backward compatible with its previous version

Changes in Q3 SP1 2009 version (Version Number 2009.3.1208)

  • RadUpload for ASP.NET AJAX is fully backward compatible with its previous version

Changes in Q3 2009 version (Version Number 2009.3.1103)

  • RadUpload for ASP.NET AJAX is fully backward compatible with its previous version

Changes in Q2 2009 version SP1 (Version Number 2009.2.826)

  • RadUpload for ASP.NET AJAX is fully backward compatible with its previous version

Changes in Q2 2009 version (Version Number 2009.2.701)

  • RadUpload for ASP.NET AJAX is fully backward compatible with its previous version.

Changes in Q1 2009 version (Version Number 2009.1.311)

  • Three skins have been removed - Gray, Inox and SkyBlue. If you decide that you still want the obsolete skins in your application please check this forum post: RadUpload Q3 2008 Skins available for download

  • Facelift for all skins and consistency in CSS naming conventions which result in breaking changes for ceratin scenarios. Please, test before upgrading to the new version. For more details refer to this blogpost

  • Design-time code is placed in a new assembly - Telerik.Web.Design.dll. Read this blog post for more information.

Changes in Q3 SP1 2008 version (2008.3.1125)

  • The default URL of RadUploadProgressHandler.ashx was page-relative, which needed additional efforts for the handler to be excluded from URL rewriters. It is now application-relative

  • RadProgressManager’s UniquePageIdentifier property is now obsolete. It is generated automatically

Changes in Q2 2008 version (2008.2.723)

RadProgressArea’s Localization property is not a dictionary anymore. Instead, the object contains strongly named properties

old way: RadProgressArea1.Localization["Total"] = "Total"; new way : RadProgressArea1.Localization.Total = "Total";

  • RadProgressContext now offers strongly named properties:

context["CurrentOperationText"] = "Doing step " + i.ToString();

is the same as

context.CurrentOperationText = "Doing step " + i.ToString();

  • The Mac skins has been removed from the Telerik.Web.UI assembly. More information on Q2 Skinning is available here.

  • Memory optimization now relies on the default .NET Framework 2.0+ engine. EnableMemoryOptimization property is now obsolete.

  • Telerik.RadUpload.TempFolder application setting is now obsolete, as the files are handled by the standard .NET Framework engine

  • Client-side localization does not honor the Telerik.Web.UI.RadUploadUtils.Localization object anymore. Instead, the client-side set_localization property is used.