Table of Contents

Class AjaxFileUploadEventArgs

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
public class AjaxFileUploadEventArgs : EventArgs
Inheritance
AjaxFileUploadEventArgs
Inherited Members

Constructors

AjaxFileUploadEventArgs(string, AjaxFileUploadState, string, string, int, string)

public AjaxFileUploadEventArgs(string fileId, AjaxFileUploadState state, string statusMessage, string fileName, int fileSize, string contentType)

Parameters

fileId string
state AjaxFileUploadState
statusMessage string
fileName string
fileSize int
contentType string

Properties

ContentType

public string ContentType { get; }

Property Value

string

FileId

public string FileId { get; }

Property Value

string

FileName

public string FileName { get; }

Property Value

string

FileSize

public int FileSize { get; }

Property Value

int

PostedUrl

public string PostedUrl { get; set; }

Property Value

string

State

public AjaxFileUploadState State { get; }

Property Value

AjaxFileUploadState

StatusMessage

public string StatusMessage { get; }

Property Value

string

Methods

DeleteTemporaryData()

public void DeleteTemporaryData()

GetContents()

public byte[] GetContents()

Returns

byte[]

GetStreamContents()

public Stream GetStreamContents()

Returns

Stream