I am working on uploading an image to my storage when a user selects ones. I'm getting the 'images_upload_handler' to get called. I believe this is where i would upload the image. However, I am trying to access other information that was binded and and is being used throughout the web page. I've tried self.propertyIwant(). I'm not sure is this is a knockout closure related issue or a tinymce issue as I'm new to both.
Hello,
I am working on uploading an image to my storage when a user selects ones. I'm getting the 'images_upload_handler' to get called. I believe this is where i would upload the image. However, I am trying to access other information that was binded and and is being used throughout the web page. I've tried self.propertyIwant(). I'm not sure is this is a knockout closure related issue or a tinymce issue as I'm new to both.
Any help provided will be greatly appreciated.
Thank you.