dojox.io.xhrMultiPart¶
Status: | Draft |
---|---|
Version: | 1.0 |
Project owner: | ?– |
Available: | since V? |
dojox.io.xhrMultiPart constructs multi-part mime XHR requests.
Introduction¶
dojox.io.xhrMultiPart is useful when wanting multi-part requests but not using a form with a file input. Note that it does not allow you to send files from local disks – a form with a file input is required for that use case. xhrMultipart is not useful in that use case.