Krystalware
SlickUpload logo

UploadStatus Class

Contains information about the current status of an upload. Properties are updated in real time as the upload progresses.

Declaration Syntax

C#

public sealed class UploadStatus

Visual Basic

Public NotInheritable Class UploadStatus

Members

IconMemberDescription
AllErrors
Returns an array containing all the exceptions that occured during a request, or null if none occurred.
ContentLength
Gets the length of the entire upload data.
CurrentFileName
Returns the file name of the file currently being processed.
Deserialize(String)
Deserializes a string generated by Serialize()()() into an UploadStatus instance.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ErrorMessage
Returns the error message associated with this upload.
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.)
GetUploadedFiles()()()
Returns the collection of files uploaded during this request context.
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Position
Gets the current position in the upload.
Reason
Returns the reason the upload was terminated, or UploadTerminationReason.NotTerminated if the upload wasn't terminated.
Serialize()()()
Returns this UploadStatus instance serialized into a string.
Start
Returns a DateTime representing the moment when the upload started.
State
Returns a the current state of the upload.
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UploadId
Returns the unique upload id for this upload.

Inheritance Hierarchy

Object
UploadStatus

Assembly: Krystalware.SlickUpload, Version: 4.0