StartUpload - cWebFileUploadForm
Starts a manual file upload
Type: Procedure
Syntax
Procedure StartUpload
Call Example
Send StartUpload
Description
The pbAutoStart property controls whether the file upload is started automatically after files are dropped or selected. When pbAutoStart is False, the upload must be started manually by explicitly sending the StartUpload message.
See pbAutoStart for an example of how to implement a manually started upload.