Hi,
I currently implemented an intercept, such that when the paste command is triggered, it'll create a stream of the image and upload to s3 and then delete that image and paste an inlineimage of that now resides on S3. The richtextbox is not then converted to html immediately upon paste action, if I hit any key strokes then it'll be converted. Is there any manual way of triggering the htmldataprovider, maybe call that function or do a dirty trick such as enter in key then delete key.
I currently implemented an intercept, such that when the paste command is triggered, it'll create a stream of the image and upload to s3 and then delete that image and paste an inlineimage of that now resides on S3. The richtextbox is not then converted to html immediately upon paste action, if I hit any key strokes then it'll be converted. Is there any manual way of triggering the htmldataprovider, maybe call that function or do a dirty trick such as enter in key then delete key.