EnableUploadButton Property

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

Copyright © 2010 SoftArtisans, Inc. All rights reserved.