ProgressBytesMode Enumeration HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Specifies possible values for the ProgressBytesMode property.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

C#
public enum ProgressBytesMode

Members

Member name Description
ByFileCount

The progress is based on the number of the uploaded files rather than the amount of bytes.

ByPackageSize

The size of the uploaded session and the uploaded bytes are measured by the size of the current package. Thus, this mode is the nearest estimation of the uploaded bytes when you set several converters.

BySourceSize

The size of the upload session and the uploaded bytes are measured by sizes of user-selected files. For example, if you select two files of 5 and 10 Mb, the total upload size will be 15 Mb and the amount of uploaded bytes will grow from 0 to 15 Mb during the upload, regardless of converted files and other auxiliary data. Thus, this mode is the nearest estimation of the uploaded bytes when you upload original files only.

ByTotalSize

The size of the entire upload (including resized copies). This value is not known beforehand, however it is estimated during the upload. It may be a bit inaccurate during the uploading of the few first files, but the precision is increased with each uploaded file.

Remarks

This property determines how to estimate the total size of the upload session as well as the amount of bytes that have already been sent to a server. These data are used in the uploading files dialog and the Progress event.

See Also

Reference

Manual