프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateChilds | void | ||
PopulateObjectPriorToRender | void | ||
ReceivedFile | void |
메소드 | 설명 | |
---|---|---|
AsyncFileUpload ( ) : System | ||
ClearAllFilesFromPersistedStore ( ) : void |
Clears all uploaded files of a current control from session.
|
|
ClearFileFromPersistedStore ( ) : void |
Clears all uploaded files of current control from session
|
|
GetBytesFromStream ( Stream stream ) : byte[] | ||
SaveAs ( string fileName ) : void |
Saves the content of an uploaded file.
|
메소드 | 설명 | |
---|---|---|
CreateChildControls ( ) : void | ||
CreateControlStyle ( ) : System.Web.UI.WebControls.Style | ||
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void | ||
GenerateHtmlInputFileControl ( string lastFileName ) : string | ||
GenerateHtmlInputHiddenControl ( ) : string | ||
OnPreRender ( |
||
OnUploadedComplete ( |
||
OnUploadedFileError ( |
메소드 | 설명 | |
---|---|---|
CreateChilds ( ) : void | ||
PopulateObjectPriorToRender ( string controlId ) : void | ||
ReceivedFile ( string sendingControlID ) : void |
protected CreateControlStyle ( ) : System.Web.UI.WebControls.Style | ||
리턴 | System.Web.UI.WebControls.Style |
protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void | ||
descriptor | System.Web.UI.ScriptComponentDescriptor | |
리턴 | void |
protected GenerateHtmlInputFileControl ( string lastFileName ) : string | ||
lastFileName | string | |
리턴 | string |
protected GenerateHtmlInputHiddenControl ( ) : string | ||
리턴 | string |
public GetBytesFromStream ( Stream stream ) : byte[] | ||
stream | Stream | |
리턴 | byte[] |
protected OnUploadedComplete ( |
||
e | ||
리턴 | void |
protected OnUploadedFileError ( |
||
e | ||
리턴 | void |