Overall Mediachase FileUploader Structure

Mediachase FileUploader consists of following main components:

  • Mediachase.FileUploader.McHttpModule - the module intercepts and optimizes http requests.
  • Mediachase.FileUploader.McFormProgress - provides access to progress information.  
  • Mediachase.FileUploader.Web.UI.McHtmlInputFile - control that allows to simplify and optimize file uploading using web browser to your ASP.NET Web Server.
  • Mediachase.FileUploader.Web.McHttpPostedFile - provides a way to access individual files that have been uploaded by a client. 

Mediachase.FileUploader support several working options: Simple, Medium and Full.

The following list describes each option FileUploader can work in:
  • Simple – http-module is disabled, Mediachase.FileUploader.Web.UI.McHtmlFileInput control elements are used
  • Medium - http-module is activated, Mediachase.FileUploader.Web.UI.McHtmlFileInput control elements are used, large file optimization is not used
  • Full - http-module is activated, Mediachase.FileUploader.Web.UI.McHtmlFileInput control elements are used, large file optimization is used

Copyright 2005 Mediachase. All rights reserved.