I want some guidance on Which is the most professional and secure way to save user images in our application ? means uploading in folder is benifitial or uploading in the form of bytes in database is benifitial ? or is there any other way ?
Below are some points which i want to IGNORE !!
- I wan't my application not be heavy lifted and load slowly.
- This is the construction website , there will be multiple users of different projects , so user will take images from his camera and then save his images, or he can also upload the image of the site , so keep in mind there will be loads of images in my application.
- These images after and before submission will be displayed in gridview , or in any other control.