Hi, I just wondered if it is possible to make an ajax message in an asp.net mvc file, basically I have a form with two buttons, one of the buttons extracts images for the selected document and displays them for the user to select thumbnails for the document that he is going to download. Usee then fills out the rest of the form and then saves the document.
With image extraction, I was wondering if this can be done as an ajax post. Another submit button can work like a regular http post. Thanks
source
share