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
There are flash based file uploaders. Try one of them. Some of them even falls back to regular file input box if flash and java script is not supported. I advise to look for jQuery plugins.