I have written/modified an upload progress bar for use in Django with
a cache backend and I have hit a bit of a problem. During the file
upload my XmlHttp requests are not finding the cached upload
percentage. I know that some cache backends do not use shared memory
so I am using memcache. Django is running with mod_python on Apache.
Right now I don't really know where to look to find out what is not
working - requests to the cache after the upload seem to work, just
not during.

Anyone else had this problem and worked through it? This is the first
time I've used memcached so it could be some kind of configuration
issue that I don't know about.

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to