I want to implement File Upload in MVC 4 that should run across all browsers at least ranging from IE 8 or later, Chrome, and FF.
The main requirement is to have AJAX supported, as I want to implement it inside AJAX.BeginForm.
I know a solution for HTML.BeginForm, but that doesn't work for AJAX based form.
Any help or guidance on this one will be much appreciated.
Thanks