HttpPostedFile
Wisej.Core.HttpPostedFile
Last updated
Wisej.Core.HttpPostedFile
Last updated
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.0.0.0)
Provides access to individual files that have been uploaded by a client.
Int64: Returns the size of an uploaded file, in bytes.
String: Returns the MIME content type of a file sent by a client.
String: Return the fully qualified name of the file on the client.
Stream: Returns aStream object that points to an uploaded file to prepare for reading the contents of the file.
Saves the contents of an uploaded file.
Parameter | Type | Description |
---|---|---|
filename | The name of the file. |