Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I am new to mvc3 razor. i created a partial aspx page in the razor view engine based mvc3 project. In that partial page i use a file uploader. Now i want to transfer that uploaded file in to database via action result of controller.


please can any one help me......
Thanking you with regards.....
Posted
Updated 14-May-13 22:04pm
v2

1 solution

1) razor and aspx mixed - why???
2) it does not matter if you render that file input from partial or not partial view, the POST is finally sent to an action.

Start here: http://www.bluelemoncode.com/post/2011/11/16/Upload-and-Download-files-in-database-using-MVC-Linq-to-SQL.aspx[^]
 
Share this answer
 
Comments
Anil.Adari 15-May-13 4:25am    
thanks for your response but actually i am using the telerik file uploader in the my project. it is not working in the razor view correctly so i am using the partial view as the aspx page and i want to take take those files from that partial page.
Zoltán Zörgő 15-May-13 4:37am    
Makes no difference. The post is routed to an action either way. Please read the link I have given.
Anil.Adari 15-May-13 4:58am    
Thank you very much it is working
Zoltán Zörgő 15-May-13 5:10am    
You are welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900