Python Forum

Full Version: Uploading multiple pdfs to Flask ( Sql alchmey) with additional variables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
printing pdf_values gives me some sort of dict.

[<FileStorage: u'1.3MB.pdf' ('application/pdf')>, <FileStorage: u'2.8MB.pdf' ('application/pdf')>, <FileStorage: u'3.0MB.pdf' ('application/pdf')>, <FileStorage: u'4.0MB.pdf' ('application/pdf')>, <FileStorage: u'4.3MB.pdf' ('application/pdf')>, <FileStorage: u'5MB.pdf' ('application/pdf')>]
I am assuming this means the information is 'unreachable' as transferring from a dict would corrupt the file ( novice programmer speaking so correct if wrong.) I will have to think of a new solution
Pages: 1 2