https://github.com/pallets/werkzeug/blob/5444a6f2c373064bb138447af0be2d72e0fa6b86/werkzeug/http.py#L893-L894 If the request method is post, but I want to return a different file every time, then this should not return false.
werkzeug/werkzeug/http.py
Lines 893 to 894 in 5444a6f
If the request method is post, but I want to return a different file every time, then this should not return false.