I am building a dating site, the user have the option to upload 6 images.
my question is where to save them. I red about file system/data bases approach and didn't figured out yet which one to use, and this is the first time for me to accept files.
So where to save them? in the root application folder? in the app_data folder?
- i red here about the same* questions but didn't find a conclusive answer.