New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.AsyncUploadConfiguration

Default implementation of Telerik.Web.UI.IAsyncUploadConfiguration IAsyncUploadConfiguration. Base class that can be used to pass custom information from the page to the handler. Inherit this class and add a relevant data.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.AsyncUploadConfiguration : IAsyncUploadConfiguration

Properties

AllowedFileExtensions String[]

Gets or sets the allowed file extensions send to the upload handler.

MaxFileSize Int32

Gets or sets the max file size.

TargetFolder String

Gets or sets the target folder.

TempTargetFolder String

Gets or sets the temp target folder.

TimeToLive TimeSpan

Gets or sets the time to live.

UseApplicationPoolImpersonation Boolean

Gets or sets whether to use application pool impersonation.

In this article