Files Property

Object: AXFFile
Syntax: AXFFile.Files
Read/Write: Read Only
Description: Returns an AXFileCollection object, representing the set of files assigned for upload through the ActiveX control.
Example: The following will add "c:\sample.jpg" to the file upload.
AXFFile.Files.Add "c:\sample.jpg"

Copyright © 2010 SoftArtisans, Inc. All rights reserved.