C# Class Kooboo.Commerce.Handlers.UploadHandler

Summary description for UploadFile
Inheritance: IHttpHandler
Mostrar archivo Open project: Kooboo/Ecommerce

Public Methods

Method Description
GetUploadPath ( string fileName, HttpContext context ) : string
ProcessRequest ( HttpContext context ) : void
UploadHandler ( ) : System.Collections.Generic

Private Methods

Method Description
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

Method Details

GetUploadPath() public method

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

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

UploadHandler() public method

public UploadHandler ( ) : System.Collections.Generic
return System.Collections.Generic