Store data in files. Where?

Where and how you would recommend storing data as files (I will download some, based on field’s data)? What path?
I don’t want to store 4-5Mb data files in PostgreSQL tables.
I am developing a web-based Tryton in docker.

Constantine.

You can use the Binary field with a file_id. This way the content will be stored in [database] path.

1 Like

Thank you,
will try tonight.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.