You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
use form-data upload Chinese filename file and flask use request.files to get file and files.filename to get the filename, the filename will append " in the string.
To Reproduce
Steps to reproduce the behavior:
POST API, Body use form-data and select Chinese filename file
flask use request.files get file and files.filename to get the filename
filename have "
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem. Please make sure the screenshot does not contain any sensitive information such as API keys or access tokens.
App information (please complete the following information):
App Type : Postman for Mac
Postman Version: 7.33.1
OS: macOS Catalina 10.15.4(19E287
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
use form-data upload Chinese filename file and flask use request.files to get file and files.filename to get the filename, the filename will append " in the string.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem. Please make sure the screenshot does not contain any sensitive information such as API keys or access tokens.
App information (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: