Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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