No error message per se, just the value 'null', suggesting that no value is being written to the cache during the upload.
When I periodically poll the upload progress, with an interval-timed GET request, the value returned is 'null' — the value being returned by o.requestText on the GET request success method. I know correct X-Progress-ID gets written to the cache after the upload, for when I remove the cache clean-up (replacing cache.delete (self.cache_key) with pass) in the upload_complete method, and call the same GET request after the successful upload, the correct values are returned from the cache. But obviously, this is of no use, as it gives me data as to the upload's progress. Thanks in advance Pawel On 06/11/2008, at 7:24 PM, Alex Koshelev wrote: And what error message do you receive? On Thu, Nov 6, 2008 at 09:46, Pawel Pilitowski <[EMAIL PROTECTED]> wrote: Hi all, I'm in the process of trying to write an Upload Progress Bar for my app. I'm using the latest trunk version of Django, mod_python 3.3.1, Memcached, Apache 2.2.8 prefork, and YUI 2.6. I cannot seem to access the values stored in the cache during upload (hoping to retrieve the 'uploaded' value for updating the progress bar), however I can access them once the file has been successfully uploaded. Are there issues with this setup that will not allow this, or is it an issue with my logic? The code is largely inspired by the http://www.fairviewcomputing.com/ blog/2008/10/21/ajax-upload-progress-bars-jquery-django-nginx/ example. I've tried to only show what's relevant, and some of the JS is just there to test the concept. upload_progress view http://dpaste.com/89036/ UploadHandler http://dpaste.com/89037/ YUI JS save method http://dpaste.com/89038/ I just want to be able to access the cache to return a JSON object during upload. Any help would be greatly appreciated. Cheers Pawel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---