How can I pass an input dialog file name and file path using jquery / json to controller using MVC 3?
I am using ado.net.
any help or anywhere to look for this?
Thanks
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.
Going to post an answer on how to upload a file in MVC3
In your controller, you need a method
And a view set up like so:
This will upload the file