The Editor itself is working very well -- and I especially like the File Browsing dialogs that CuteEditor provides - the ability to browse server-side files as well as upload is really quite attractive.
Is there any way I can replace some "standard" <input
type="file" runat=server> tags in my forms with a normal textbox and a button that will activate the CuteEditor "Downloadable Files" dialog and subsequently return the name of the selected (or uploaded file) which would then be inserted into the textbox?
I suspect I could have a "hidden" CuteEditor and a button that calls the required (javascript?) function associated with that control ... but if there is an "official" method I would prefer to use that - that would also save me hours of possibly fruitless "hacking" trying to do what may be impossible
Thanks for any replies in advance!