I have a pretty specific library that is file extension oriented. In sqlalchemy-file it is not possible to specify a custom file name. However, the sqlalchemy_file.file.File.store_content function supports the name parameter, but the sqlalchemy_file.file.File.save_to_storage does not. So the file name will always be uuid4 only
I have a pretty specific library that is file extension oriented. In
sqlalchemy-fileit is not possible to specify a custom file name. However, thesqlalchemy_file.file.File.store_contentfunction supports thenameparameter, but thesqlalchemy_file.file.File.save_to_storagedoes not. So the file name will always beuuid4only