BenTStark

Results 1 comments of BenTStark

I have a similar issue with file uploads: Swagger.json shows a string type for the parser argument image. Hence, no File Upload Button ``` uploadParser = reqparse.RequestParser() uploadParser.add_argument('image', type=werkzeug.datastructures.FileStorage, required=True)...