UploadedEventArgs
Wisej.Web.UploadedEventArgs
Last updated
Wisej.Web.UploadedEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the Uploaded event.
Initializes a new instance of the UploadedEventArgs class with the specified collection of uploaded files.
Name | Type | Description |
---|---|---|
files | An instance of HttpFileCollection containing the uploaded files. |
HttpFileCollection: Returns the collection of uploaded files.
Name | Description |
---|---|