-1
I intend to store files of type docx, pdf, among others to access in my web application, where the database is Mysql, and the framework used is Codeigniter. Could someone explain me which way would be better to implement and store the files, in order to deal with legal system, where each file upado should be related to a process number?
File storage, in a database or disk?
– Woss