I have a theoretical question, whether is it good practice to store files in the form of base64 in the database, or better save them physically on the disk and store path (indicator) to these files in the database?
I expect a theoretical explanation of the advantages and disadvantages of both practices. I must add that the size of these files is between 600kb and 3mb.
Thanks for any help