The UploadSpec type exposes the following members.

Constructors

  NameDescription
Public methodUploadSpec(String, String)
Creates a new upload spec based on a file name.
Public methodUploadSpec(array<Byte>[]()[][], String, String)
Creates a new upload spec based on a byte array.

Methods

  NameDescription
Public methodEquals (Inherited from ValueType.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from ValueType.)

Properties

  NameDescription
Public propertyContents
The byte array content to be uploaded.
Public propertyFieldName
The HTML form field the file should be uploaded into.
Public propertyFileName
The name of the file to be uploaded.

See Also