Save Method
Description
Uploads a file to the server.
Syntax
Visual Basic
Public Sub Save( _
   ByVal synchronize As Boolean _
) 
Parameters
synchronize
If True, the operation is synchronous.
See Also