Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About parsing post FormData #601

Open
protosskai opened this issue May 4, 2021 · 1 comment
Open

About parsing post FormData #601

protosskai opened this issue May 4, 2021 · 1 comment

Comments

@protosskai
Copy link

protosskai commented May 4, 2021

Here for other types of form data,The code chose to save it in a temporary file.
I want to know what is the point of this?
Why not convert the value of this field to a byte array and pass it directly to the user?
Or to be compatible with Hashmap in the code?

@protosskai
Copy link
Author

Here for other types of form data,The code chose to save it in a temporary file.
I want to know what is the point of this?
Why not convert the value of this field to a byte array and pass it directly to the user?
Or to be compatible with Hashmap in the code?

@protosskai protosskai reopened this May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant