This class encapsulates information about an upload
in the Image Browser, successful or not.
| C# |
[SerializableAttribute] public class UploadStatus
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| UploadStatus()()() |
Default constructor.
| |
| errType |
The upload error type.
| |
| fileName |
The file name.
| |
| fileSize |
The size of the file.
| |
| folder |
The target folder to upload to.
| |
| height |
The height of the image.
| |
| message |
The upload status message.
| |
| mimeType |
The mime type of the file.
| |
| path |
The full path on the user machine of the file to upload.
| |
| status |
The upload status type.
| |
| width |
The width of the image.
|
| Object | |
| UploadStatus | |