I can see how to open the Insert Image dialog and look at files that have been copied to my "UploadedFilesDirectory" but there is not a "browse" button that my users can use to upload files into this folder. How do we get items into this folder using the HTMLEditor control?
Thanks
Steve
Hello Steve,
set UploadEnabled=true, this will show "Browse" button
<ighedit:ToolbarUploadButton Type="InsertImage"> <Upload UploadEnabled="true" Height="420px" Width="500px" Strings=""></Upload></ighedit:ToolbarUploadButton>
Sample - Note that in the sample this property is disabled.
I hope this helps