oosyrag. Thanks for the response.
I am using AJAX to retrieve the data from the text files. And when exporting as HTML5, the text files are exported along with the rest of the project files. But when running in a browser on a server, the project doesn't appear to access the text files, because if I change the data in either of the files and force-reload the browser, the Construct text contents don't change.
I set up a simple project that shows what I'm doing:
dropbox.com/s/reoz4nifpqqfhsa/FileTest.c3p
What do I need to change?
[ UPDATE ]
After trying some alternatives, I determined clearing the browser cache seems to solve my problem. So apparently I need to add some code in the index page to disable caching.