Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/io/xhrMultiPart.js

  • Provides:

    • dojox.io.xhrMultiPart
  • Requires:

    • dojox.uuid.generateRandomUuid in common
  • dojox.io.__xhrContentArgs

    • type
      Function
  • dojox.io.__xhrContentArgs.name

    • type
      String
    • summary
      Name of the form value.
  • dojox.io.__xhrContentArgs.content

    • type
      String
    • summary
      The contents of the value.
  • dojox.io.__xhrContentArgs.filename

    • optional
    • type
      String
    • summary
      An optional filename to pass to the server, as defined by the boundary.
  • dojox.io.__xhrContentArgs.contentType

    • optional
    • type
      String
    • summary
      An optional content-type (MIME) to pass to the server, if value is being
      treated as a file.
  • dojox.io.__xhrContentArgs.charset

    • optional
    • type
      String
    • summary
      Optional charset to pass, for the server to interpret the file correctly.
  • dojox.io.__xhrContentArgs.contentTransferEncoding

    • optional
    • type
      String
    • summary
      Optional transfer encoding header value.
  • dojox.io.__xhrMultiArgs

    • type
      Function
  • dojox.io.__xhrMultiArgs.url

    • type
      String
    • summary
      URL to server endpoint.
  • dojox.io.__xhrMultiArgs.content

    • optional
    • type
      Object
    • summary
      Contains properties with string values. These
      properties will be serialized using multi-part
      boundaries.
  • dojox.io.__xhrMultiArgs.file

    • optional
    • type
      Object
    • summary
      Alias for "content".  Provided for backwards compatibility.
  • dojox.io.__xhrMultiArgs.timeout

    • optional
    • type
      Integer
    • summary
      Milliseconds to wait for the response. If this time
      passes, the then error callbacks are called.
  • dojox.io.__xhrMultiArgs.form

    • optional
    • type
      DOMNode
    • summary
      DOM node for a form. Used to extract the form values
      and send to the server; each form value will be serialized
      using multi-part boundaries.
  • dojox.io.__xhrMultiArgs.preventCache

    • optional
    • type
      Boolean
    • summary
      Default is false. If true, then a
      "dojo.preventCache" parameter is sent in the request
      with a value that changes with each request
      (timestamp). Useful only with GET-type requests.
  • dojox.io.__xhrMultiArgs.handleAs

    • optional
    • type
      String
    • summary
      Acceptable values depend on the type of IO
      transport (see specific IO calls for more information).
  • dojox.io.__xhrMultiArgs.load

    • optional
    • type
      Function
    • summary
      function(response, ioArgs){}. response is an Object, ioArgs
      is of type dojo.__IoCallbackArgs. The load function will be
      called on a successful response.
  • dojox.io.__xhrMultiArgs.error

    • optional
    • type
      Function
    • summary
      function(response, ioArgs){}. response is an Object, ioArgs
      is of type dojo.__IoCallbackArgs. The error function will
      be called in an error case.
  • dojox.io.__xhrMultiArgs.handle

    • optional
    • type
      Function
    • summary
      function(response, ioArgs){}. response is an Object, ioArgs
      is of type dojo.__IoCallbackArgs. The handle function will
      be called in either the successful or error case.
  • dojox.io.xhrMultiPart

    • parameters:
      • args: (typeof dojox.io.__xhrMultiArgs)
    • type
      Function
  • dojox.io

    • type
      Object
  • dojox

    • type
      Object