Click or drag to resize
AttachmentItemCollectionAdd Method
Adds the specified filesize.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public void Add(
	int filesize,
	string filename,
	Stream stream
)

Parameters

filesize
Type: SystemInt32
The filesize.
filename
Type: SystemString
The filename.
stream
Type: System.IOStream
The stream.
See Also