Mediachase FileUploader.NET 1.9 Framework Help

FormInfo Properties

The properties of the FormInfo class are listed below. For a complete list of FormInfo class members, see the FormInfo Members topic.

Public Instance Properties

BytesReceived Gets or Set the received length, in bytes, of content sent by the client.
BytesTotal Gets or Sets the total length, in bytes, of content sent by the client.
CurrentFileName Gets or Sets the name of the file that is uploading now.
EndUpload Gets or Sets a DateTime when the process of upload was completed.
EstimatedTime Returns a value that represent the approximate time for an upload.
Fields Retrieves all available fields.
Files Retrieves all available files.
IsCanceled Returns a value indicating if an upload was canceled.
IsCompleted Gets or Set a value indicating whether the process of uploading has completed.
IsReadOnly Gets a value indicating whether the FormInfo is read-only.
Item Gets the request field information by the field name.
LastModified Gets or Sets a DateTime when the process of upload was modified.
MediachaseUniqueID Gets the Mediachase Unique Id for this process of uploading.
Progress Returns a value that represent the percent complete.
StartUpload Gets or Sets a DateTime when the process of upload was started.
TimeRemaining Returns a value that represent the approximate time remaining for an upload.
TransferRate Returns a value that represent the approximate transfer rate in byte/sec.

See Also

FormInfo Class | Mediachase.FileUploader Namespace