Can anyway tell me how to use theCuteEditor as a FilePicker. I've seen the demo but where is the code?
I have used the below but nothing happens when you click browse.
<
input name="docFld" type="text" id="docFld" style="width:300px;" />
<
input name="Change" type="button" id="Change" value="Pick a file" onclick="callInsertImage()" />
It is in a form block
Thanks,
Dave Vernon