Simple upload handler that takes the request from a client and sends the content back in the response.

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public class UploadHandler : IHttpHandler
Visual Basic
Public Class UploadHandler _
	Implements IHttpHandler

Remarks

This class handles an upload from a FileRequest.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Graph.Web..::..UploadHandler

See Also