Hi. I’m using latest stable lucee version.
I’m experimenting with AI. So far, so good. But I reach a point where I want to upload an audio file to be processed by the AI.
I can’t find a way to upload the file using lucee AI functions, despite the fact I see that in code some engines (openAI) implements AIEngineFile, which has methods to upload files. But I can’t call them.
How can I use them?