Functiondojox.widget.FileInputAuto.onComplete

dojo.require("dojox.widget.FileInputAuto");
defined in dojox/widget/FileInputAuto.js

stub function fired when an upload has finished.

Usage

function (data, ioArgs, /*this*/ widgetRef) (view source)
parametertypedescription
data raw data found in the first [TEXTAREA] tag of the post url
ioArgs dojo.Deferred data being passed from the handle: callback
widgetRefthiswidget pointer, so you can set this.overlay to a completed/error message easily