This documentation is for the old version. Go to the latest Upload Suite docs

debug Class

This class allows debugging the script which embeds Image Uploader Flash into a page.

For a list of all members of this class, see debug Members.

Syntax

JavaScript
$au.debug = function() {
}

Remarks

This class allows showing errors and warnings if Image Uploader Flash has wrong configuration or it is used incorrectly, for example:

  • assigning values to read-only properties;
  • using an unsupported property or method;
  • an error is detected in the event handler function;
  • and others...

This class also supports displaying debug messages from Image Uploader Flash.

See Also

Manual