Click or drag to resize
UploaderProviderSave Method (Guid, String, Stream)
Saves the specified uploader.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public abstract void Save(
	Guid guid,
	string filename,
	Stream stream
)

Parameters

guid
Type: SystemGuid
The GUID.
filename
Type: SystemString
The filename.
stream
Type: System.IOStream
The stream.
See Also