HttpPostedFile
Wisej.Core.HttpPostedFile
Last updated
Was this helpful?
Wisej.Core.HttpPostedFile
Last updated
Was this helpful?
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.5.0.0)
Provides access to individual files that have been uploaded by a client.
: Returns the size of an uploaded file, in bytes.
: Returns the MIME content type of a file sent by a client.
: Return the fully qualified name of the file on the client.
: Returns a object that points to an uploaded file to prepare for reading the contents of the file.
Saves the contents of an uploaded file.
filename
The name of the file.
: Returns the last modified of the file.