The Upload type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| 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 | (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. | |
| 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. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|
