ASP.Net MVC and state - how to keep state between requests
问题 As a fairly experienced ASP.Net developer just recently starting using MVC, I find myself struggling a bit to change my mindset from a traditional "server control and event handler" way of doing things, into the more dynamic MVC way of things. I think I am slowly getting there, but sometimes the MVC "magic" throws me off. My current scenario is to create a web page that allows the user to browse a local file, upload it to the server and repeat this until he has a list of files to work with.