|
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.
|