Re: Cache and upload handlers .. fun times!

2008-10-23 Thread Malcolm Tredinnick
On Sun, 2008-10-19 at 13:24 -0700, truebosko wrote: > 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

Cache and upload handlers .. fun times!

2008-10-19 Thread truebosko
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. Th