GNU v3 XHTML 1.0
ie6 ie firefox opera safari chrome


The hyperlink designer now supports uploading files to the server. This enables you to easily enumerate pages or files serverside and allow linking to the same.

To test this demo, you need to try applying a hyperlink by selecting a piece of text and then clicking on the hyperlink icon in the toolBar on the editor above.hyperlink icon

Browing the server via the HyperLink designer window is an optional setting( disabled by default), via the EnableFileBrowser="true" property. Toggle the code view below to see more details on this demo. In addition, you can disable file uploads if you prefer, by setting EnableFileUpload="false" which is true by default.

Please note that when uploading a file, you need to set the url to the saved download as it is automatically set in the hyperlink url field right after the upload is completed.

Please note that we do not save your uploads, so do not expect to find your uploaded file in the file browser after your upload completes.


Show/Hide code Toggle (declarative syntax and remarks);