Свойство | Type | Description | |
---|---|---|---|
AreFileUploadParamsPresent | bool | ||
CombineUrl | string | ||
CreateChilds | void | ||
GenerateHtmlFooterContainer | System.Web.UI.HtmlControls.HtmlGenericControl | ||
GenerateHtmlSelectFileContainer | System.Web.UI.HtmlControls.HtmlGenericControl | ||
GenerateHtmlTopFileStatus | System.Web.UI.HtmlControls.HtmlGenericControl | ||
GetPhysicalPath | string | ||
HideElement | void | ||
ResolveUploadHandlerPath | string | ||
SetUploadedFilePath | void |
Méthode | Description | |
---|---|---|
AjaxFileUpload ( ) : System | ||
BuildRootTempFolder ( ) : string | ||
BuildTempFolder ( string fileId ) : string | ||
CleanAllTemporaryData ( ) : void | ||
SaveAs ( string fileName ) : void |
Saves the uploaded file with the specified file name
|
Méthode | Description | |
---|---|---|
CreateChildControls ( ) : void | ||
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void | ||
GenerateHtmlInputControls ( ) : string | ||
OnInit ( EventArgs e ) : void | ||
OnLoad ( EventArgs e ) : void |
Méthode | Description | |
---|---|---|
AreFileUploadParamsPresent ( ) : bool | ||
CombineUrl ( string part1, string part2 ) : string | ||
CreateChilds ( ) : void | ||
GenerateHtmlFooterContainer ( |
||
GenerateHtmlSelectFileContainer ( |
||
GenerateHtmlTopFileStatus ( |
||
GetPhysicalPath ( string path ) : string | ||
HideElement ( |
||
ResolveUploadHandlerPath ( string uploadHandlerPath ) : string | ||
SetUploadedFilePath ( string path ) : void |
public static BuildRootTempFolder ( ) : string | ||
Résultat | string |
public static BuildTempFolder ( string fileId ) : string | ||
fileId | string | |
Résultat | string |
public static CleanAllTemporaryData ( ) : void | ||
Résultat | void |
protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void | ||
descriptor | System.Web.UI.ScriptComponentDescriptor | |
Résultat | void |
protected GenerateHtmlInputControls ( ) : string | ||
Résultat | string |
public SaveAs ( string fileName ) : void | ||
fileName | string | Name of the file to save |
Résultat | void |