C# 클래스 Kooboo.Commerce.Handlers.UploadHandler

Summary description for UploadFile
상속: IHttpHandler
파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
GetUploadPath ( string fileName, HttpContext context ) : string
ProcessRequest ( HttpContext context ) : void
UploadHandler ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
DeleteFile ( HttpContext context ) : void
DeliverFile ( HttpContext context ) : void
GetRenamedFileIfExists ( string relativeFile, HttpContext context ) : FileInfo
GivenFilename ( HttpContext context ) : bool
HandleMethod ( HttpContext context ) : void
ListCurrentFiles ( HttpContext context ) : void
ReturnOptions ( HttpContext context ) : void
UploadFile ( HttpContext context ) : void
UploadPartialFile ( string fileName, HttpContext context, List statuses ) : void
UploadWholeFile ( HttpContext context, List statuses ) : void
WriteJsonIframeSafe ( HttpContext context, List statuses ) : void

메소드 상세

GetUploadPath() 공개 메소드

public GetUploadPath ( string fileName, HttpContext context ) : string
fileName string
context System.Web.HttpContext
리턴 string

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

UploadHandler() 공개 메소드

public UploadHandler ( ) : System.Collections.Generic
리턴 System.Collections.Generic