UploadResource Method
Description
Uploads the specified resource to the server.
Syntax
Visual Basic
Public Sub UploadResource( _
   ByVal resourcePath As String, _
   ByVal synchronize As Boolean _
) 
Parameters
resourcePath
The client path from which to upload the resource. If the path is an empty string, the resource is uploaded from the client cache.
synchronize
If True, the operation is synchronous.
Remarks
Set QCResource.FileName before uploading or downloading a resource.
See Also