I'm working on a project that has 6000 users. It is a web-based system that processes application forms. Each form submission will contain 4 image files.
I want to know what is the best thing to do to store those image files that is connected to that Form submission.
Is it good to store it in a database or store it in a folder using the hard drive storage?
Thanks for the help!