XFRequestStream Property

Object: AXFFileDownload
Syntax: AXFFileDownload.XFRequestStream
Read/Write: Read only
Description: XFRequestStream returns an object representing the HTTP request stream sent by XFRequest.
Example: To synchronize AXFFileDownload and its progress indicator, assign AXFFileDownload's XFRequestStream value to the AXFFileProgress object's XFRequestStream property:
document.all("AXFFileProgress").XFRequestStream = opener.document.all("AXFFileDownload").XFRequestStream
Document refers to the AXFFileProgress window object, and document.opener
refers to the AXFFileDownload window.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.