AddFile Method
Object:
AXFFile
Syntax:
AXFFile.AddFile
File Name as String
Description:
Adds a file to the upload. The file name, path, and size will be displayed in the ActiveX control window.
Example:
The following adds C:\boot.ini to the upload.
AXFFile.AddFile "c:\boot.ini"
Copyright © 2010 SoftArtisans, Inc. All rights reserved.