Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
ToolbarUploadButton popup not showing upload window
posted

I added the ToolbarUploadButton to my Editor, but when I click it i don't get the correct upload popup. Instead i get the same page that the control is found on. I'm thinking I set something up wrong, but can't find anything on this site to help me with it. Anyone have any ideas?

  • 24497
    posted

    Hi,

    You probably create WebHtmlEditor dynamically or something like. In order to support upload functionality, editor should be availiable (not hidden) on initial load. Otherwise, while async request of editor to upload dialog, server will not be able to identify owner of that request (which will build its own response stream) and default response will be generated.