Override this method to handle POST requests to this WSGI handler.
This method is called internally by call if an instance of this class
is used as a WSGI callable app, and the HTTP request being handled is a POST
request.
Args
environ
a WSGI dict describing the HTTP request (See PEP 333).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["`BlobstoreUploadHandler` is a base class for handling blob uploads, inheriting from `expected_type`."],["The `get_file_infos` method retrieves a list of `FileInfo` records associated with uploads, optionally filtered by a specific field name."],["The `get_uploads` method returns a list of `BlobInfo` records for uploads, with an optional parameter to filter by `field_name`."],["The `post` method can be overridden to manage POST requests to the WSGI handler, returning the response body, HTTP status, and response headers."],["The `__call__` method allows the class instance to be called as a function, taking `environ` and `start_response` as parameters."]]],[]]