Krystalware
SlickUpload logo

UploadedFile Class

Provides information about a file that has been uploaded.

Declaration Syntax

C#

public sealed class UploadedFile

Visual Basic

Public NotInheritable Class UploadedFile

Members

IconMemberDescription
ClientName
Gets the file name of the uploaded file as it was on the client machine.
ClientPath Obsolete.
Gets the entire path to the uploaded file on the client machine.
ContentLength
Gets the length (in bytes) of the uploaded file.
ContentType
Gets the MIME content type of the uploaded file.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
LocationInfo
Gets information about the location to which the file was uploaded.
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Save(Stream)
Saves this file to the specified Stream, and removes the original.
Save(Stream, Boolean)
Saves this file to the specified Stream.
SourceElement
Gets the name of the source form input element that the upload came from.
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Remarks

All files are streamed to an upload location as they arrive. Each UploadedFile instance contains information about a single uploaded file.

Inheritance Hierarchy

Object
UploadedFile

Assembly: Krystalware.SlickUpload, Version: 4.0