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
400
No Browse... button in Upload Image dialog
posted

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

 

  • 8160
    Verified Answer
    posted

    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