Re: serving up generated images

2008-12-15 Thread erowan
or the client requests a new copy explicitly. That totally won't help if you need those PNGs laying around for future use...but as it took about five minutes of cut-and-paste...if it does help...great! Cheers, Matt Z. On Mon, Dec 8, 2008 at 5:30 AM, erowan rowan.shul...@wanadoo.fr wrote: Hello, I

Re: serving up generated images

2008-12-10 Thread erowan
, You should find this thread helpful -- http://groups.google.com/group/pylons-discuss/browse_thread/thread/70... Jerry On Dec 8, 5:40 am, erowan [EMAIL PROTECTED] wrote: Hello, I have a web app that dynamically generates images (png files). The main html response page has links

serving up generated images

2008-12-08 Thread erowan
Hello, I have a web app that dynamically generates images (png files). The main html response page has links to these files i.e. a href=/tmp/demand.png title=/tmp/demand img id=/tmp/demand src=/tmp/demand.png width=300 height=200 / I created the tmp dir under public and while running