I want to display N jpg images at a time on a page which change based on user input. Right now the images are held as Windows OS files but will be stored in a pysqlite db. The list of image filenames are passed through the print render statement ie.
> print render.ac(listImages) ... and it works but the performance is sluggish (and becomes more sluggish). Is there a better method to get the N images out of the Windows filesystem and onto the web page. Cheers Dinesh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
