Wisej.Core.HttpFileCollection
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.1.0.0)
Provides access to and organizes files uploaded by a client.
String[]: Returns a string array containing the keys (names) of all members in the file collection.
Int32: Returns the number of files in the collection.
HttpPostedFile: Returns the HttpPostedFile at the index.
HttpPostedFile: Returns the HttpPostedFile identified by the specified name .
Returns the HttpPostedFile at the specified index.
Returns: HttpPostedFile.
Returns the HttpPostedFile with the specified name.
Returns: HttpPostedFile.
Returns the name of the file at the specified index .
Returns: String.
Returns all files that match the specified name.
Returns: IList<HttpPostedFile>. Returns all files that match the specified name.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
index
Index of the file to retrieve.
name
The name of the object to be returned from a file collection.
index
Index of the file in the collection.
name
The name to match.