#2070: [patch] Large streaming uploads
--------------------------------------+-------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  jacob   
     Type:  enhancement               |       Status:  assigned
 Priority:  normal                    |    Milestone:          
Component:  Core framework            |      Version:          
 Severity:  normal                    |   Resolution:          
 Keywords:  streaming, upload, large  |  
--------------------------------------+-------------------------------------
Comment (by [EMAIL PROTECTED]):

 I have just tested the patch with Apache 2 and mod_python. It works
 correctly, however I had to make 2 small modifications because my Django
 application isn't running at the root context of my server.
 
 Basically, the admin JavaScript code hardcodes a request to "/progress/".
 This needs to be changed appropriately for each install, e.g. in  my case
 "/django/progress/".
 
 Similarly, the UploadStateMiddleware checks that the request path is
 exactly "/progress/", which needs to be changed to match.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2070>
Django <http://code.djangoproject.org/>
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to