C# Class Kooboo.Commerce.Handlers.UploadHandler

Summary description for UploadFile
Inheritance: IHttpHandler
Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public GetUploadPath ( string fileName, HttpContext context ) : string
fileName string
context System.Web.HttpContext
Résultat string

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

UploadHandler() public méthode

public UploadHandler ( ) : System.Collections.Generic
Résultat System.Collections.Generic