-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
A better way of accessing form fields #1578
Labels
Comments
I would suggest that
|
This is the usage method in Golang, you can refer to it: func upload_file(writer http.ResponseWriter, request *http.Request) {
} |
Thanks for the good suggestions! |
@yhirose ,hi yhirose ,how about this featuer? |
@bigbao9494, I don't have the time to work on it right now, but I keep it as 'enhancement'. Of course, a pull request is always welcome! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A better way of accessing form fields
req_test.zip
The text was updated successfully, but these errors were encountered: