c# - MVC File Upload return Parial View issue -


if razor coded @html.beginform (enctype = "multipart/form-data") file upload, return me new page instead of div tag column. @ajax.beginform offers div tag control, in circumstances, have use hack javascript , ie doesn't support on it.

is there way me avoid page redirection using @html.beginform because want maintain web design as spa. thanks.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -