Well, you are right. It looks like one of those instances where I fixed
something and did not check to see if it influenced the problem now at hand.
Thanks again.
Victor


On 5/15/08, Gabriel Genellina <[EMAIL PROTECTED]> wrote:
>
> En Tue, 13 May 2008 15:10:21 -0300, Victor Subervi <
> [EMAIL PROTECTED]> escribió:
>
> 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
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to