Hello everyone,
Where is the Dojo library loaded in WebApp Builder ? I would like to check the following fiel "dojox/form/uploader/_IFrame.js" to check if the error is checked correctly.
I would like to see that version of dojox/form/uploader I am running because I am getting always the error event even if I add an exit after PageLoad in my ".aspx" page:
Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load
.....
Exit Sub
........
I want to check if this bug persists in the version I am running:
https://bugs.dojotoolkit.org/ticket/17116