Save media files (images) to database instead of the filesystem
I have an out-of-the-box installation of WordPress with WooCommerce. I see that uploaded images (e.g. when I create a product) are saved in the filesystem under wp-content/uploads/
. I would like the images be saved in the database instead. Is that possible?
I am aware about cons on saving media to the database instead of the filesystem.