XFRequestStream Property

Object: XFRequest
Syntax: XFRequest.XFRequestStream
Type: IStream
Read/Write: Read Only
Description:

Returns an object representing the HTTP request stream.

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 AXFFileProgress object's XFRequestStreamproperty.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.