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

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

Parameters

guid
Type: SystemGuid
The GUID.
filename
Type: SystemString
The filename.
temppath
Type: SystemString
The temppath.
See Also