This question is locked. New answers and comments are not allowed.
I am currently using the upload tool for ASP.NET MVC, and am having a small issue. Part of the logic when the page posts is to make sure that a file exists and that the user has input a name for the record. If there is no name entered, the model state become invalid and the view is reloaded with the information from the model. My problem is, if you select a file to upload, forget to enter a name, then submit the form, the validation fails and sends you back to the page as it should, but the list of attachments to upload is not retained. Is there any way I can retain these attachments and pass them back to the view if the model is invalid?