#4165: Upload Progress Middleware and Integration into the Admin
---------------------------------------------+------------------------------
Reporter: Michael Axiak <[EMAIL PROTECTED]> | Owner:
adrian
Status: new | Component: Admin
interface
Version: SVN | Resolution:
Keywords: upload, progress, ajax | Stage: Design
decision needed
Has_patch: 1 | Needs_docs: 1
Needs_tests: 1 | Needs_better_patch: 1
---------------------------------------------+------------------------------
Comment (by Michael Axiak <[EMAIL PROTECTED]>):
Replying to [comment:18 anonymous]:
> Ok, my fault. Check your javascript that set http request header
(req.setRequestHeader("X-Upload-Id", uuid); )
Yes. The GET querystring is an incremental number. This changes the URI
for each request which supposedly is needed because IE (6?) will not do
another async request for the same URI repeatedly if one of them haven't
answered yet or IE has "given up" on one of them.
As of the newest release of #2070, the only two ways to specify the upload
ID is through the header {{{X-Upload-Id}}} and the GET variable
{{{progress_id}}}.
--
Ticket URL: <http://code.djangoproject.com/ticket/4165#comment:19>
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
-~----------~----~----~----~------~----~------~--~---