#19036: Big base64-encoded files uploading
--------------------------------------+------------------------------------
     Reporter:  anthony@…             |                    Owner:  nobody
         Type:  Bug                   |                   Status:  new
    Component:  File uploads/storage  |                  Version:  master
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by Sir Anthony):

 Not sure. I tried to make a patch by modifying `MultiPartParser`, where it
 must be processed in my opinion (variant 1), but was confused a little
 with streams there. I did not spent much time with this part of Django
 previously and do not realize full request processing routine in details
 yet. But I think, second variant is less acceptable because it will be
 returning to data processing after finishing and will require doubling of
 code (using low-level calls in higher-level abstractions) what will
 complicate the structure of handlers.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19036#comment:2>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to