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.
I send this type of file by Insomnia
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.
I send this type of file by Insomnia