Hello, Sorry I haven't been up on the user group! (Had this been sent to the developers list I wouldn't responded a while ago.)
#4165 in its current form does not create a file named after the 32- character progress ID, and it will store progress information depending on what middleware you chose [1]. The error you've indicated implies you chose FileProgressDB as your progress tracker of choice, is this correct? If that is the case, the error _should_ only happen if neither get's progress_id or the X- Upload-Id header is not defined, which the javascript sets [2]. To get a better idea of what's happening, could you run firebug and see if X-Upload-Id is in the request headers? If it isn't then we know the problem is in the JavaScript. Otherwise, we know it's in the python. -Mike 1: http://code.djangoproject.com/ticket/4165#comment:15 2: http://code.djangoproject.com/attachment/ticket/4165/5343_javascript_and_admin.diff, line 138. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users?hl=en -~----------~----~----~----~------~----~------~--~---