Relative Content

Tag Archive for pythonfilestoragefile-storage

Best practices for file storage with flask and python

Im writing an app in python using flask that needs to store various files including various types of files, but i am unsure what the proper best practice is for this, currently i have a separate folder in my project directory named “FILE_STORAGE”, and i am saving the name and path to the file in my DB. A few of my sub questions are: