I am building an application that needs will need to import data from csv from time to time. I hope that my question is a fairly simple one. I am trying to determine if I should upload the file to a static directory or load it in the DB using the DAL upload feature. Is there an advantage to loading it in the DB that I am not thinking of?
--

