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 upload fails. The function is called with two arguments: The event object (null if not available) and a constructed JSON webroutine response with the error messages (mimics messages issued by a webroutine).

Default Value

None

Valid values

The name of a JavaScript function.