Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error message "evaluating 'imagePicker.openPicker'" in the context of an undefined object means that the code is trying to access the "openPicker" method of an object called "imagePicker", but the "imagePicker" object has not been defined or has been declared incorrectly. Therefore, the code cannot execute the "openPicker" method and throws an error.