HideURL Property

 Object: AXFFileProgress
 Type: Boolean
 Read/Write: Read/Write
 Description: By default, the visual progress indicator will display an "Upload to" field that shows the URL of the upload processing page on the server. To hide the "Upload to" field, set HideURL to True.
 Example:
'--- Set HideURL using the PARAM tag: 
<PARAM NAME="HideURL" VALUE="1">
      
 Note: HideURL is a parameter, not a scriptable property. Use the PARAM tag to set this parameter; do not use the syntax AXFFileProgress.HideURL. HideURL cannot be set dynamically at runtime.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.