Hi,

Upload handlers cannot be set after the request's POST or FILES
dictionaries have been accessed. The problem I'm having is that one of
the middleware I use (packaged with the django-pagination app)
actually accesses request.REQUEST when the request comes in.

Therefore it is impossible to set the upload handler dynamically at
the beginning of the view.

Is there a way around that? Also, is that bad practice to access those
dictionaries from within a middleware?

Thanks for your advice,

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

Reply via email to