You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are unable to retrieve the Javascript this object onChange Event.
How can this solved
$('#chosePicture').filestyle({
placeholder: "Please Choose a file",
buttonText: 'Select File',
'onChange': function (files) {
console.log("filestyle this Javascript", this);
console.log("filestyle files", files[0]);
}
});
The text was updated successfully, but these errors were encountered:
We are unable to retrieve the Javascript this object onChange Event.
How can this solved
$('#chosePicture').filestyle({
placeholder: "Please Choose a file",
buttonText: 'Select File',
'onChange': function (files) {
});
The text was updated successfully, but these errors were encountered: