C# Class EnterpriseWebLibrary.EnterpriseWebFramework.Controls.FancyFileManager

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

Méthodes publiques

Méthode Description
FancyFileManager ( string uniqueIdentifier, string parameters ) : System.Web.UI

Creates a new FancyFileManager.

Private Methods

Méthode Description
ControlTreeDataLoader ( ) : void

Method Details

FancyFileManager() public méthode

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.
Résultat System.Web.UI