Mediachase FileUploader.NET 1.9 Framework Help

McFormProgress Class

Provides access to progress information.

For a list of all members of this type, see McFormProgress Members.

System.Object
   McFormProgress

[Visual Basic]
Public Class McFormProgress
[C#]
public class McFormProgress

Remarks

If you and your users have high speed internet connection and always uploading small files then you can skip current article and move to the next one. But in 95% of all cases users are required to upload large files with average internet connection. This can take several minutes. If you want to make your website interface more friendly you will have to display some kind of information about upload progress and how long until it is done. Otherwise user can simply close it.

Unfortunately most browsers as well as ASP.net don't have standart means of getting this information. Mediachase FileUploader provides that service.

Note    You should use the Client-Side Mediachase form unique id (a hidden input control that is defined as __MEDIACHASE_FORM_UNIQUEID) to get a progress information.

Requirements

Namespace: Mediachase.FileUploader

Assembly: Mediachase.FileUploader (in Mediachase.FileUploader.dll)

See Also

McFormProgress Members | Mediachase.FileUploader Namespace