1

when I picked the flask the json file I used this line for it: data = request.get_json () is it possible, and if so how, how to load uploaded files in request? Eg .sclaris .xml .odt files etc. enter image description here

I send this type of file by Insomnia

Cierniostwor
  • 339
  • 2
  • 4
  • 15

1 Answers1

0

Maybe you can use request.files.get('filename')

joshua
  • 325
  • 1
  • 8