User791773689 posted
Hello everybody,
For an image upload, I want to read a file on the client side to convert it to byte array, to send that to the server after getting it from the template.
One method is to write a method with arguments event and component=this.
Well, but it appears if I put parenthesis after the name of the method, event.target is undefined, and if I do not put parenthesis, the function is not called at all.
Does anybody have any idea about this ?