trying to upload a picture and this error occurred. if anyone can suggest an solution to this.

0
An error occurred while executing an action of MyFirstModule.product_image.actionButton1: Cannot read property 'upload' of undefined Error: An error occurred while executing an action of MyFirstModule.product_image.actionButton1: Cannot read property 'upload' of undefined     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637515775211755511:79:304849     at _e (http://localhost:8080/mxclientsystem/mxui/mxui.js?637515775211755511:34:6720)     at r (http://localhost:8080/mxclientsystem/mxui/mxui.js?637515775211755511:34:6616)     at y (http://localhost:8080/mxclientsystem/mxui/mxui.js?637515775211755511:39:149290)
asked
1 answers
2

This can occur if the object is not created for the Image entity

1.Create an Entity 

2.Pass it into the dataview of the page

 

answered