I am looking for the better solution to import CSV file in ASP.NET MVC.
Basically want asynchronously submit the file to the controller and then i need to parse this comma delimited file, i dont need to store the file on server.
What is the batter way of submit this file to controller i may use? Recently i found that solution http://blog.stevensanderson.com/2008/11/24/jquery-ajax-uploader-plugin-with-progress-bar/ but it is used flash to do the upload. i think i would prefer javascript to do that.
What do you think?
UPDATED Some links to look at:
http://aspzone.com/tech/jquery-file-upload-in-asp-net-mvc-without-using-flash/