New user here. Trying to get the RichTextEditor to work in ASP Classic. Getting the following error, which I have traced to ASP Uploader, but unsure if it's really a RTE problem. In any case, here's the error:
Microsoft JScript runtime error '800a139e'
Unable to calculate UploaderRoot , not found! at function Oxde
Path/to/file.asp, line 0
Another thing: setting rte.ID as in the deployment instructions throws an error as well:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'ID'
/Path/to/file.asp, line 225
What can I do to fix the first error and what can be done about the second?
Thanks in advance.