XFRequestStream Property

Object: AXFFile
Syntax: AXFFile.XFRequestStream
Read/Write: Read Only
Description: XFRequestStream returns an object representing the HTTP request stream
sent by XFRequest.
Example: To synchronize AXFFile 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.opener
refers to the AXFFile window.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.