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/form/uploader/Base.js

  • Provides:

    • dojox.form.uploader.Base
  • Requires:

    • dijit._Widget in common
    • dijit._Templated in common
  • dojox.form.uploader.Base

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
    • summary
      The Base class used for dojox.form.Uploader and dojox.form.uploader.FileList.
    • description
      Should not be used as a standalone. To be mixed in with other classes.
  • dojox.form.uploader.Base.getForm

    • returns
      Node;
    • summary
      Finds the parent form of the Uploader, if it exists.
    • type
      Function
  • dojox.form.uploader.Base.form

  • dojox.form.uploader.Base.getUrl

    • returns
      String
    • summary
      Finds the URL to upload to, whether it be the action in the parent form, this.url or
      this.uploadUrl
    • type
      Function
  • dojox.form.uploader.Base.url

    • type
      Object
  • dojox.form.uploader.Base.connectForm

    • type
      Function
  • dojox.form.uploader.Base._fcon

    • type
      Object
  • dojox.form.uploader.Base.supports

    • parameters:
      • what
    • returns
      IE will be undefined|Boolean
    • summary
      Does feature testing for uploader capabilities. (No browser sniffing - yay)
    • type
      Function
  • dojox.form.uploader.Base._hascache

    • type
      Object
  • dojox.form.uploader.Base.getMimeType

    • returns
      image/gif
    • summary
      Returns the mime type that should be used in an HTML5 upload form. Return result
      may change as the current use is very generic.
    • type
      Function
  • dojox.form.uploader.Base.getFileType

    • parameters:
      • name: (typeof String)
    • returns
      String
    • summary
      Gets the extension of a file
    • type
      Function
  • dojox.form.uploader.Base.convertBytes

    • parameters:
      • bytes
    • summary
      Converts bytes. Returns an object with all conversions. The "value" property is
      considered the most likely desired result.
    • type
      Function
  • dojox.form.uploader

    • type
      Object
  • dojox.form

    • type
      Object
  • dojox

    • type
      Object