EnableAddButton Property

 Object: AXFFile
 Type: Boolean
 Read/Write: Read/Write
 Description: When EnableAddButton is set to True, the visual upload control's "Add Files" button will be visible. When EnableAddButton is set to False, the button will not be displayed. EnableAddButton is set to True by default.
 Example:
            
'--- Set EnableAddButton using the PARAM tag: 
<PARAM NAME="EnableAddButton" VALUE="0">
        
      
 Note: EnableAddButton is a parameter, not a scriptable property. Use the PARAM tag to set this parameter; do not use the syntax AXFFile.EnableAddButton. EnableAddButton cannot be set dynamically at runtime.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.