
I have this schema, now i want
In Create View of Artist, I want to use CreatePicture Partial View for uploading picture and saving data in database. And similar for Album controller and all other controller which will use pictureID as foreign key.
On Save button of Create Artist, there should perform three actions simultaneously,
- Insert Picture record in database.
- Save picture's physical file on server.
- Save Artist record in database with newly created pictureID.