Click or drag to resize
PersistedFileMoveTo Method
Moves the uploaded file to a new location.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public void MoveTo(
	string newpath
)

Parameters

newpath
Type: SystemString
The location where he uploaded file is saved.
See Also