C# Class TeamMentor.CoreLib.FileUpload

Inheritance: IHttpHandler
Show file Open project: TeamMentor/Master

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void
saveFile ( HttpContext context, string targetFile ) : bool

Private Methods

Method Description
FileUpload ( ) : System

Method Details

ProcessRequest() public method

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

saveFile() public method

public saveFile ( HttpContext context, string targetFile ) : bool
context System.Web.HttpContext
targetFile string
return bool