Skip to main content
Tab

ASPxUploadControl.PostedFile Property

OBSOLETE

Use the UploadedFiles[].PostedFile property

Gets the underlying HttpPostedFile object for the file uploaded using the ASPxUploadControl control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the UploadedFiles[].PostedFile property")]
public HttpPostedFile PostedFile { get; }

Property Value

Type Description
HttpPostedFile

A HttpPostedFile object that provides properties and methods to get information about the uploaded file.

See Also