C# Class EnterpriseWebLibrary.EnterpriseWebFramework.Controls.FancyFileManager

A cool HTML5 upload control.
Inheritance: System.Web.UI.WebControls.WebControl, INamingContainer, ControlTreeDataLoader
Datei anzeigen Open project: enduracode/enterprise-web-library

Public Methods

Method Description
FancyFileManager ( string uniqueIdentifier, string parameters ) : System.Web.UI

Creates a new FancyFileManager.

Private Methods

Method Description
ControlTreeDataLoader ( ) : void

Method Details

FancyFileManager() public method

Creates a new FancyFileManager.
public FancyFileManager ( string uniqueIdentifier, string parameters ) : System.Web.UI
uniqueIdentifier string Use this to uniquely identify this specific uploader.
parameters string This string will be passed back to your file handling method.
return System.Web.UI