Hi,
It seemse like uploading of files is a tricky thing even in ASP.NET MVC2.
I have placed a couple of intput(type file) on my form and when submitting thay are mapped to my viewmodel nicely. The problem is that if the ModelStat.IsValid is false then we will be returned to the same form and the fileinputs will be empty?
I know that its possible to clear a input field(by replacing it) but I do not see how I could set the input properly?
The users have to be able to see/change/remove the file upload even when returning to the form after a faild validation on the service, How can I handle this?
BestRegards