I\'ve got a simple form in an MVC app I\'ve made. It contains a file field so users can upload an image. It all works great.
Problem is, if the form submit fails val
If the file isn't too big you could base64 it and use this as value for a hidden field.