C# 클래스 AspNet.FileUploadHandler

파일 보기 프로젝트 열기: reinaldoarrosi/fileupload

공개 메소드들

메소드 설명
FileUploadHandler ( ) : System
FileUploadHandler ( string basePath ) : System
FileUploadHandler ( string basePath, string partialPath ) : System
ProcessRequest ( HttpContext context ) : void

비공개 메소드들

메소드 설명
RaiseAfterFileUpload ( FileDescriptor descriptor, bool partial ) : void
RaiseBeforeFileUpload ( FileDescriptor descriptor, bool partial ) : void
UploadFile ( HttpContext context ) : void
UploadPartialFile ( HttpContext context, string uid, string fileName, int chunk, int totalChunks ) : FileDescriptor
UploadWholeFile ( HttpContext context, string uid, string fileName ) : List
WriteJsonResponse ( HttpContext context, List results ) : void

메소드 상세

FileUploadHandler() 공개 메소드

public FileUploadHandler ( ) : System
리턴 System

FileUploadHandler() 공개 메소드

public FileUploadHandler ( string basePath ) : System
basePath string
리턴 System

FileUploadHandler() 공개 메소드

public FileUploadHandler ( string basePath, string partialPath ) : System
basePath string
partialPath string
리턴 System

ProcessRequest() 공개 메소드

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