Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ファイルが正常にアップロードされた時に呼び出す、任意の JavaScript 関数の名前

このファンクションは次の 2 つの引数で呼び出されます。イベント・オブジェクト (使用できない場合は Null)、およびファイルのアップロード Webroutine からの JSON Webroutine 応答。

デフォルト値

None (なし)

有効値

JavaScript 関数名

The name of the optional JavaScript function to call when the file is successfully uploaded. The function is called with two arguments: The event object (null if not available) and the JSON webroutine response from the file upload webroutine.

Default Value

None

Valid values

The name of a JavaScript function.