Class AjaxFileUploadEventArgs
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public class AjaxFileUploadEventArgs : EventArgs
- Inheritance
-
AjaxFileUploadEventArgs
- Inherited Members
-
Constructors
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
public string FileId { get; }
Property Value
- string
public string FileName { get; }
Property Value
- string
public int FileSize { get; }
Property Value
- int
PostedUrl
public string PostedUrl { get; set; }
Property Value
- string
public AjaxFileUploadState State { get; }
Property Value
- AjaxFileUploadState
public string StatusMessage { get; }
Property Value
- string
Methods
public void DeleteTemporaryData()
GetContents()
public byte[] GetContents()
Returns
- byte[]
GetStreamContents()
public Stream GetStreamContents()
Returns
- Stream