How to Customize error messages on Direct Uploader
Overview
When submitting data to the GoConnect widget, all the error messages returned from the server can be customized. This is achieved by defining a mapping object window.Stackla.GoConnectCustomMessages, and add it to the Custom Javascript Tab on the GoConnect widget configuration page.
The following code provides a mapping between the server response messages and your customized messages. paste below javascript code on your Custom Javascript Tab.
As this mapping object is saved, the error messages on your GoConnect widget will be shown as you customized it:
(note: If particular message is not supplied by this mapping object, GoConnect widget will use the default message from the server instead)