#2070: Large streaming uploads
----------------------------------------+-----------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jacob
Status: assigned | Component: Core framework
Version: SVN | Resolution:
Keywords: streaming, upload, large | Stage: Accepted
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 1
----------------------------------------+-----------------------------------
Comment (by anonymous):
Replying to [comment:117 anonymous]:
> Hi,
>
> Is x-progress-bar is a header that come with apache only or it is a
start header?
>
> Is it work on fcgi, if not, can I change x-progress-bar to hidden form?
>
> Thank.
{{{X-Progress-ID}}} is used to tell the server between loads "This is the
same post". I'm actually not sure how the headers are supposed to be
populated, only that we're supposed to "support them". After reading a
perl module for quite some time, I've determined that they use javascript
to append a random 32-digit hex at the end of their form action
("?progress_id=abcdef0123456789abcdef0123456789") right before the form
submits.
If you do this, it will work.
'''NB:''' Using a hidden POST field will '''NOT''' work. Why? Because it's
the POST upload we're trying to track!
--
Ticket URL: <http://code.djangoproject.com/ticket/2070#comment:124>
Django Code <http://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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---