Hi, this is Billy, i'm new using the rte editor. Everything is working great. However, there is one issue i am trying to resolve.
1. In the Open and Save Configuration Section, there are constants that specify the path of the files used by the user.
I am creating an ASP script that REQUIERES that the folder path be dynamic. In other words, when I dynamically assign the route from a variable to a constant... it generates the following error":
Microsoft VBScript compilation (0x800a0415)
Expected literal constant
I think it is produced because it expects text but I generated multiple tests but it insists in accepting only text enclosed by """quotes.
Do you have any idea how to assign dynamic paths to those directories instead of using only 1?