This chapter covers how to create a new entity to manage images, how to upload image files using HTML forms and associate them with products using a many-to-many relationship, and how to save images to the filesystem. This chapter also introduces more complex error handling to add custom errors to the model in order to display them back to the user. The product images used in the chapter to seed the database can be found in Chapter’s 6 code download available from the Apress web site.
Note
If you want to follow along with the code in this chapter, ...