New to Kendo UI for jQuery? Download free 30-day trial

Cannot Access the Upload Error Message Console

Environment

Product Progress® Kendo UI® Upload for jQuery
Operating System Windows 10 64bit

Description

I'm not able to access the error message console when working with the jQuery Upload.

Solution

When a server error occurs, the complete server response is logged in the console. The console is accessible in a specific manner for each browser as listed below:

  • Internet Explorer—Open the developer tools (F12) and choose the Script tab. The console is visible on the right.
  • Firefox—Install Firebug and enable the Console tab.
  • Chrome—Open the JavaScript console (Ctrl+Shift+J).
  • Safari—Enable the Develop menu from the Preferences/Advanced dialog. Open the error console from the Develop menu.
  • Any browser—Use a debugging proxy like Fiddler or Charles to obtain the server response.

See Also

In this article