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?
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.