I am developing a RESTFUL app using Asp.Net Web Api 2 and Angularjs. I have never done image upload the way I am planning to do and I would appreciate if someone could educate me a little bit, giving me examples or at least an article to start with.
What exactly I want to do is the following: 1. being able to upload multiple images at ones, with their preview appearing on the browser before the whole record is saved in the database. 2. I want the pictures to be stored on the disk directly, but their path should be saved in the database as a string.
I need help for both server side and client side development of it. On the client side, any Angularjs or JQuery library is acceptable.