If my Razor is coded with @Html.BeginForm (enctype = "multipart/form-data") for my file upload, it will always return me a new page instead of to my DIV tag column. @Ajax.BeginForm offers DIV tag control, but in some circumstances, I have to use the hack with the Javascript and IE doesn't support on it.
Is there a way for me avoid page redirection by using @Html.BeginForm because I want to maintain my web design as much as SPA. Thanks.