#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:  timezone, time zone, UTC  |  
--------------------------------------+-------------------------------------
Comment (by hruske):

 How much should that delay usually be? Since there is no POST for Django,
 progress bar does not work. This probably means I need to use
 mod_uploadprogress to get it working, but the new mod_uploadprogress has
 not been released yet officially.
 
 Yes, HTTP_X_PROGRESS_ID. When I printed contents of request.header_dict I
 could see a key named HTTP_X_PROGRESS_ID which corresponds to X-Progress-
 Id.
 
 Sure, one could open a TCP connection and server periodically sends info
 and client reads from it. But I see that you aim for mod_uploadprogress
 compatibility.

-- 
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