I'm building a system using FuelPHP in which users can download a CSV template, populate it, then upload it to mass import records into a database. I feel like I'm reinventing the wheel with this one, although I don't see any implementations.
What is the best/standard/right/slick way to allow users who are generally non-technical to upload bulk data?