#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 anonymous):
I have problem with upload progress with Apache 1.3 + FastCGI:
with request:
http://test-fcgi/admin/upload_progress/?0
i have answer:
Exception Type: OperationalError
Exception Value: (1048, "Column 'progress_id' cannot be null")
Exception Location: c:\web\Python24\lib\site-
packages\MySQLdb\connections.py in defaulterrorhandler, line 35
exception in: django\contrib\uploadprogress\middleware\uploaddb.py
in line: self._db_row, created =
FileProgress.objects.get_or_create(remote_addr =
request.META['REMOTE_ADDR'], progress_id =
request.META['UPLOAD_PROGRESS_ID'])
may be request.META['UPLOAD_PROGRESS_ID'] is empty ?
--
Ticket URL: <http://code.djangoproject.com/ticket/4165#comment:16>
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
-~----------~----~----~----~------~----~------~--~---