Querying a CFFILE read
My CMS logs application errors, and I used to use a <cfhttp> to create a queryable recordset that I would then build an HTML table out of.
Yesterday, our "security" department disabled <cfhttp>, so now I am stuck with only <cffile action="read">. I still want to read the contents of the log file and display them in an HTML table.
Any advice?
P.S. I don't put the errors into the database because we're still stuck using MS Access for our website's database, so I need to keep database hits to a minimum.
