Save Method
Description
Uploads a file to the server.
Syntax
Visual Basic
Public Sub Save( _
   ByVal synchronize As Boolean _
) 
Parameters
synchronize
If true, program run waits for upload to complete. Otherwise, upload is asynchronous.
See Also