Quote (0n35 @ 2 Mar 2013 13:54)
Since the html file is very small, I am going to add each full line to an array element, then use array.reverse() and re-write the page from the new array. So that problem is now solved.
Quote (Azrad @ 2 Mar 2013 15:56)
not possible through html only. Use php or consider rethinking how you have things setup.
Of course.
Quote (0n35 @ 2 Mar 2013 16:09)
so there will continually be more files uploaded?
if they're numbered then this will be easy to do
No numbering, but I can change the prefix to anything such as LOG-xxx1.html, LOG-xxx2.html, etc. I suppose I could find a way to make them numbers if I absolutely have to.