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.v24.1.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