C# 클래스 AjaxControlToolkit.AjaxFileUpload

상속: ScriptControlBase
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
AjaxFileUpload ( ) : System
BuildRootTempFolder ( ) : string
BuildTempFolder ( string fileId ) : string
CleanAllTemporaryData ( ) : void
SaveAs ( string fileName ) : void

Saves the uploaded file with the specified file name

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
GenerateHtmlInputControls ( ) : string
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
AreFileUploadParamsPresent ( ) : bool
CombineUrl ( string part1, string part2 ) : string
CreateChilds ( ) : void
GenerateHtmlFooterContainer ( Control progressBar ) : System.Web.UI.HtmlControls.HtmlGenericControl
GenerateHtmlSelectFileContainer ( Control html5InputFileElement, Control inputFileElement ) : System.Web.UI.HtmlControls.HtmlGenericControl
GenerateHtmlTopFileStatus ( Control fileStatusContainer ) : System.Web.UI.HtmlControls.HtmlGenericControl
GetPhysicalPath ( string path ) : string
HideElement ( HtmlControl element ) : void
ResolveUploadHandlerPath ( string uploadHandlerPath ) : string
SetUploadedFilePath ( string path ) : void

메소드 상세

AjaxFileUpload() 공개 메소드

public AjaxFileUpload ( ) : System
리턴 System

BuildRootTempFolder() 공개 정적인 메소드

public static BuildRootTempFolder ( ) : string
리턴 string

BuildTempFolder() 공개 정적인 메소드

public static BuildTempFolder ( string fileId ) : string
fileId string
리턴 string

CleanAllTemporaryData() 공개 정적인 메소드

public static CleanAllTemporaryData ( ) : void
리턴 void

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

DescribeComponent() 보호된 메소드

protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
descriptor System.Web.UI.ScriptComponentDescriptor
리턴 void

GenerateHtmlInputControls() 보호된 메소드

protected GenerateHtmlInputControls ( ) : string
리턴 string

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

SaveAs() 공개 메소드

Saves the uploaded file with the specified file name
public SaveAs ( string fileName ) : void
fileName string Name of the file to save
리턴 void