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
Post a Comment