PersistedFile.MoveTo Method

php Uploader

PHP File Uploader Class Reference

PersistedFile.MoveTo Method 

Moves the uploaded file to a new location.

[Visual Basic] Public Sub MoveTo( _
   ByVal newpath As String _
)
[C#]
public void MoveTo(
   string newpath
);
Parameters
newpath
The location where he uploaded file is saved.
See Also

PersistedFile Class | CuteWebUI Namespace