The Upload type exposes the following members.

Methods

  NameDescription
CancelUpload
Stops upload, terminates the connection with the client and deletes all uploaded files, if it is demanded.
Dispose
Clears Upload and releases all used resources.
Equals

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 System..::.Object)
(Overrides Object..::.Finalize()()().)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetStatusInJSON
Converts EasyAlgo.EAUpload..::.UploadStatus object, that is associated with Upload object, to java script object notation string (JSON).
GetType

Gets the Type of the current instance.

(Inherited from Object.)
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Properties

  NameDescription
Environment
Gets or sets environmnet of an Upload object.
FormElements
Gets a collection of form variables.
LastError
Gets information about last exception that occurred during the upload process.
RejectedFiles
Gets the collection of rejected files.
Status
Gets the status information of an upload.
UploadedFiles
Gets the collection of uploaded files.
UploadID
Gets the unique identifier of the Upload object.

See Also