FoodCandy!

MultiFileUpload Class Reference

Represents a control which lets a user upload multiple files at once. More...

List of all members.


Public Member Functions

 MultiFileUpload ()
 Initializes a new instance of the Wilco::Web::UI::WebControls::MultiFileUpload class.
string GetAddFileScriptReference ()
 Gets a reference to the script which can add a file upload control.

Protected Member Functions

override void CreateChildControls ()
 Notifies server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
override void OnLoad (EventArgs e)
 Raises the System::Web::UI::Control::Load event.
override void OnPreRender (EventArgs e)
 Raises the System::Web::UI::Control::PreRender event.
override void Render (HtmlTextWriter writer)
 Renders the control.
virtual void OnFilesPosted (FilesPostedEventArgs e)
 Raises the Wilco::Web::UI::WebControls::MultiFileUpload::FilesPosted event.

Properties

int FileCount
 Gets or sets the number of files the user can initially upload.
string FileCssClass
 Gets or sets the css class for each file's container.
string InputCssClass
 Gets or sets the css class for each file's container.

Events

event FilesPostedEventHandler FilesPosted
 Occurs when one or more files are posted.

Detailed Description

Represents a control which lets a user upload multiple files at once.


Member Function Documentation

string GetAddFileScriptReference  ) 
 

Gets a reference to the script which can add a file upload control.

Returns:

virtual void OnFilesPosted FilesPostedEventArgs  e  )  [protected, virtual]
 

Raises the Wilco::Web::UI::WebControls::MultiFileUpload::FilesPosted event.

Parameters:
e 

override void OnLoad EventArgs  e  )  [protected]
 

Raises the System::Web::UI::Control::Load event.

Parameters:
e 

override void OnPreRender EventArgs  e  )  [protected]
 

Raises the System::Web::UI::Control::PreRender event.

Parameters:
e An System::EventArgs object that contains the event data.

override void Render HtmlTextWriter  writer  )  [protected]
 

Renders the control.

Parameters:
writer 

The documentation for this class was generated from the following file:
  • MultiFileUpload.cs
© FoodCandy, 2006-2007, All Rights Reserved | FoodCandy | Sun Oct 7 10:48:54 2007 | Doxygen 1.4.6-NO