Quantcast
Channel: How to save files to database in django - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Kos for How to save files to database in django

Django provides BinaryField that lets you store any binary data, including file contents.Please do note that the documentation also says:Although you might think about storing files in the database,...

View Article



How to save files to database in django

I am trying to upload files using django forms and save those files in the database itself.I have been able to save the link of the file in database and save the file itself in a directory which i...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images