Changeset 14230

Show
Ignore:
Timestamp:
07/02/08 11:25:24 (5 months ago)
Author:
jburke
Message:

Refs #6893. Just fixing README statement on the purpose of xhrMultiPart.js. dojox.io.proxy.xip is the xdomain fragment id XHR proxy.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/io/README

    r14167 r14230  
    1313------------------------------------------------------------------------------- 
    1414Project description 
    15 xhrMultiPart.js - Cross-domain fragment identifier messaging based XHR Proxy 
     15xhrMultiPart.js - Constructs multi-part mime XHR requests. Useful when wanting 
     16multi-part requests but not using a form with a file input. Note that it does not 
     17allow you to send files from local disks -- a form with a file input is required 
     18for that use case. xhrMultipart is not useful in that use case. 
    1619xhrPlugins.js - An adapter registry for having multiple XHR handlers (like 
    1720        XDomainRequest, CS-XHR, proxy, and window.name)