This question is locked. New answers and comments are not allowed.
Hi,
I am using MVC file upload control. I want to use asynchronous postback.
I have two buttons 'Preview' and 'Save', both buttons will do some processing with the uploaded file. How can i trigger file upload asynchronous postback from these buttons. Both of these functionalities are very different and soI cannot use the default 'Upload' button because then I cannot call diferent action methods. Any help will be greatly appreciated.
I am using MVC file upload control. I want to use asynchronous postback.
I have two buttons 'Preview' and 'Save', both buttons will do some processing with the uploaded file. How can i trigger file upload asynchronous postback from these buttons. Both of these functionalities are very different and soI cannot use the default 'Upload' button because then I cannot call diferent action methods. Any help will be greatly appreciated.