Could friends help me create a function to save the path + image name in the database, and save the image to my server?
I am using the model.PhotoName
field which is a string
to store the path, but I do not know how to upload it to the server.
I want to send the image along with the Employee form.
Could you help me?