I am using asp.net 4.0 and Mvc3 utilizing the entity modeler. How do I create an entry that is an image?
For example, I want the user to upload an image and then save it in my database.
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 is not different from when using pure ado.net.
Just decide whether save image into hard disk with path in the database, or blob in the database