#17955: Uploading a file without using django forms
-------------------------------------+-------------------------------------
     Reporter:  alexandre@…          |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  HTTP handling        |                  Version:  1.3
     Severity:  Normal               |               Resolution:  invalid
     Keywords:  HttpRequest,         |             Triage Stage:  Accepted
  MultiPartParser                    |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by felixxm):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 According to the [https://tools.ietf.org/html/rfc7578#section-4.2 Section
 4.2: "Content-Disposition Header Field for Each Part" in RFC 7578]:

 > The Content-Disposition header field **MUST** also contain an additional
 parameter of "name";

 so data without the `name` parameter are invalid. It's not an issue in
 Django but in provided data. I think it's time to close this issue.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17955#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/078.2beee330826903cf7b4cf1f756330420%40djangoproject.com.

Reply via email to