FileUploadCompleteEventArgs.UploadedFile Property
In This Article
Gets the uploaded file object related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public UploadedFile UploadedFile { get; }
#Property Value
Type | Description |
---|---|
Uploaded |
An Uploaded |
#Remarks
Use the UploadedFile property to access and manipulate an object representing the uploaded file. You can, for instance, use the object’s UploadedFile.SaveAs method, to save the uploaded file specifying the full path on the server.
See Also