UploadingEventArgs

Wisej.Web.UploadingEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the Uploading event.

public class UploadingEventArgs : CancelEventArgs

Constructors

Initializes a new instance of the UploadingEventArgs class with the specified collection of uploaded files.

Properties

String[]: Returns an array containing the names of the files being uploaded.

Int64[]: Returns an array containing the sizes in bytes of the files being uploaded.

Used By

Last updated