PersistedFile.CopyTo Method
Copys the uploaded file to a new location.
[Visual Basic]
Public Sub CopyTo( _
   ByVal newpath As String _
)
Public Sub CopyTo( _
   ByVal newpath As String _
)
[C#]
public void CopyTo(
   string newpath
);
Parameters
public void CopyTo(
   string newpath
);
- newpath
- The location where he uploaded file is saved.
PersistedFile Class | CuteWebUI Namespace