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

Receive values via POST and select multiple #3543

Closed
x0139 opened this issue Jan 15, 2019 · 3 comments
Closed

Receive values via POST and select multiple #3543

x0139 opened this issue Jan 15, 2019 · 3 comments
Labels

Comments

@x0139
Copy link

x0139 commented Jan 15, 2019

Long story short

Hello! How i can receive multiple select values, sended via POST?
Django for example has getlist() for doing this.

Expected behaviour

Actual behaviour

Steps to reproduce

Your environment

@aio-libs-bot
Copy link

GitMate.io thinks the contributor most likely able to help you is @asvetlov.

Possibly related issues are #1765 (request.post() ignores blank values), #404 (If you send garbage via telnet you should receive a 400), #187 (Request.POST preloading), and #3245 (good design!).

@asvetlov asvetlov added question StackOverflow and removed bug labels Jan 15, 2019
@asvetlov
Copy link
Member

  1. It is a usage question. Please try other resources like StackOverflow first.
  2. request.post() returns a multidict instance. Please learn the API: https://multidict.readthedocs.io/en/stable/multidict.html

@lock
Copy link

lock bot commented Jan 15, 2020

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Jan 15, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Jan 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants