XFRequestStream Property

Object: AXFFileProgress
Syntax: AXFFileProgress.XFRequestStream
Read/Write: Write Only
Description: XFRequestStream sets an HTTP request stream for AXFFileProgress. That is,
XFRequestStream sets the request to monitor.

Example: To synchronize the upload control and its progress indicator, assign AXFFile's
XFRequestStream value to the AXFFileProgress object's XFRequestStream
property:
 document.all("AXFFileProgress").XFRequestStream = opener.document.all("AXFFile").XFRequestStream
        
Document refers to the AXFFileProgress window object, and document.openerrefers to the AXFFile window.
See Also: The XFRequest object's XFRequestStreamproperty.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.