|
|||||||||||||||||||||||||||||||||
Integrating into your ApplicationIntegrating Mediachase FileUploader is easy. All components of Mediachase FileUploader has been designed to minimize integration time into existing applications. It has been used through out our own projects. Following list defined overall integration principles:
You have added Mediachase FileUploader into your project, the FileUploader works in Simple mode. You can use either HtmlInputFile or McHtmlInputFile controls because these have similar interface. The FileUploader is moved in Medium Mode if you have registered McHttpModule. Now you can get a progress information from a page with McHtmlInputFile controls. And final step, you have turned on a large file optimization, the FileUploader works in Full mode. You can not use direct access to HtmlInputFile controls because the FileUploder.NET control replaces a Real File from the memory with the Active Marker and saves file into the Temp folder. To solve interference with System.Web.UI.HtmlControls.HtmlInputFile problems w e have implemented that the McHttpPostedFile can be created from the HttpPostedFile source and added page filters (Page Filter specifies whether to allow or deny the FileUploader.NET for the ASP.NET pages) . Comparison table of different integration modes:
|
|||||||||||||||||||||||||||||||||