Hi there, So I spent the last few hours trying to get a ProgressBar Upload handler working
What it does: User uploads a file, when they hit the submit button, javascript is called and begins polling the server (a django view) for progress. Progress is stored in a cache_key, very simple idea. The Problem: The cache key is not being written to the database until AFTER the upload is complete. I watched the database and the key did not show up in it until the upload was complete. Which makes it totally useless. I am using a db backend cache for now, as it's easiest to test with as I can't test this on dev server so I am using my mediatemple hosting account (gs) which is where I plan to have the site Anyone know how I can fix this issue of the cache key being written AFTER the file is uploaded? No point of a progress bar that can't move ;) For reference, the core of my upload handler is derived from this script: http://74.125.95.104/search?q=cache:CYUWj0umZWMJ:www.djangosnippets.org/snippets/678/+django+snippet+ajax+upload&hl=en&client=firefox-a&gl=ca&strip=1 Thanks all in advance .. this has been a long battle but I hope to get it working soon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---