The UploadSpec type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UploadSpec(String, String) |
Creates a new upload spec based on a file name.
| |
| UploadSpec(array<Byte>[]()[][], String, String) |
Creates a new upload spec based on a byte array.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from ValueType.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |
Properties
| Name | Description | |
|---|---|---|
| Contents |
The byte array content to be uploaded.
| |
| FieldName |
The HTML form field the file should be uploaded into.
| |
| FileName |
The name of the file to be uploaded.
|