Re: Custom Classes?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gabriel Genellina

    Re: Custom Classes?

    En Tue, 13 May 2008 15:10:21 -0300, Victor Subervi
    <victorsubervi@ gmail.comescrib ió:
    I remember why I had the number with the getpic. It is because I display
    several of these images on a single page, and apparently I cannot call
    the
    same script and get more than one image from an HTML page.
    That's not true. If you still have the example I posted a few weeks ago,
    you can use this script to show a full listing of all uploaded pictures.
    It's a small variation of album.py.
    I think you were saving the pictures on disk - DON'T do that. It's
    unnecesary, wastes time and disk space, and if not done properly one
    request interferes with the other.

    --
    Gabriel Genellina
Working...