Add Method

Object: AXFileCollection
Syntax: AXFileCollection.Add File Name as String
Description: Adds the specified file to the collection of files to upload through the ActiveX control.
Example:
Set AXFiles = AXFFile.Files 
AXFiles.Add "c:\boot.ini" 

Copyright © 2010 SoftArtisans, Inc. All rights reserved.