I am developing an application in JSF using PrimeFaces. I have now come to a part where I want to provide uploading pictures (jpg, png, ...) for the user to use them in reports he writes.
I believe the normal way would to save them in some folder on the server. But I would prefer to save them to the database (MySQL or Oracle) as I find it easier to manage.
Do I have to face performance issues doing that? Or is this fully ok and just a matter of personal taste?