This is added in .15 but it isn't working properly. As you're ordering it by record_time DESC, I have to upload them in reverse order if I want to keep them in a specific order.
All the files have the same record_time (1704826851) so it doesn't make any sense to order by time.
record_id ASC would be more appropriate.