I have an Action that returns a FileResult via View(...). This works well.
Ideally I would like to be able to somehow return a file and then redirect to another action (or somehow do both simultaneously).
Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It could be done by a javascript code in client side which run after download started, you can see the pattern in many website, most notably Microsoft download center.