C# 클래스 AjaxControlToolkit.AjaxFileUploadHelper

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

공개 메소드들

메소드 설명
Abort ( HttpContext context, string fileId ) : void
Process ( HttpContext context ) : bool
ProcessStream ( HttpContext context, Stream source, string fileId, string fileName, bool chunked, bool isFirstChunk, bool usePoll ) : bool

비공개 메소드들

메소드 설명
IsSubDirectory ( string parentDirectory, string childDirectory ) : bool

메소드 상세

Abort() 공개 정적인 메소드

public static Abort ( HttpContext context, string fileId ) : void
context System.Web.HttpContext
fileId string
리턴 void

Process() 공개 정적인 메소드

public static Process ( HttpContext context ) : bool
context System.Web.HttpContext
리턴 bool

ProcessStream() 공개 정적인 메소드

public static ProcessStream ( HttpContext context, Stream source, string fileId, string fileName, bool chunked, bool isFirstChunk, bool usePoll ) : bool
context System.Web.HttpContext
source Stream
fileId string
fileName string
chunked bool
isFirstChunk bool
usePoll bool
리턴 bool