|
Property |
Method |
Event |
|
|
OnFtpUploadCompletedInvoked to indicate that the file upload is completed and shows the result. Syntaxvoid OnFtpUploadCompleted( Parameterssucceeded [out] Whether the file upload is successful or not.
fileName [out] Filename of the files uploaded. This value is identical to docName of FtpUpload. files [out] Returns names of the files uploaded in the FTP server after transferring the HTML and attached files. The filenames of HTML files are shown at the top of the files. Sample CodesVBScript Function FtpUpload_OnClick Sub wec_OnFtpUploadCompleted(success, filename, files) See AlsoFtpFileFilter, FtpFileScope, FtpPassiveMode, FtpPassword, FtpPort, FtpUpload, FtpUserName |