-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Don't work "multipart/form-data" file upload. #490
Labels
Comments
I don't follow. The test is passed. How to reproduce your issue? |
To reproduce:
Also you can make simple page with the form for file upload (without CSRF-protection) using Django. |
I think that this problem is because of http://requestb.in and Django require to specify Content-Length for the whole request. :( |
That's my lovely issue with multipart (: Seems like it won't be fixed for Django in nearest future. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Example for reproduce my case:
After running this code "RequestBin" has the following data:
It looks as if the server received a request with an empty body. 'Content-Length' header is not present at all.
The text was updated successfully, but these errors were encountered: