a helper class to help you access the uploader api without the uploader control

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public class MvcUploader : IAjaxUploader, 
	IDisposable
Visual Basic
Public Class MvcUploader _
	Implements IAjaxUploader, IDisposable
Visual C++
public ref class MvcUploader : IAjaxUploader, 
	IDisposable

Inheritance Hierarchy

System..::..Object
  CuteEditor..::..MvcUploader

See Also