YugioCard59 / PDX-Capstone-CSRNG

Creating cryptographically secure random numbers that can be used as tokens.
GNU General Public License v3.0
0 stars 0 forks source link

Find best way to upload files, store in temp using django #3

Open YugioCard59 opened 1 year ago

YugioCard59 commented 1 year ago

testing different upload methods that allows saving file to django db, one method returns exception: multiple object returned. Will need to review models.py

YugioCard59 commented 1 year ago

method currently works to upload a file and store file in django's db. Next need to read data and apply it to javascript code and add automatic deletion of file once token is generated.