Generic incoming file upload http request object for all python frameworks [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago . I am working on a SDK that validates and saves incoming multipart/form-data files to disk on the server side. Something like: sdk.upload(httpRequest, destinationPath, validationOptions) I need the incoming http request for: field name, file name, file and mime type. The problem is