I use the editor and my own fileupload which causes a postback
I want to insert the object I upload at the insertion point in the editor, but the problem is that it gets lost, or the focus gets lost upon the postback.
Is there a way on the client that I could retreive the insert position, store it in a variable and then restore it after the post back or when I do the insert?
I want to insert the object I upload at the insertion point in the editor, but the problem is that it gets lost, or the focus gets lost upon the postback.
Is there a way on the client that I could retreive the insert position, store it in a variable and then restore it after the post back or when I do the insert?