On Mon, Apr 25, 2011 at 3:05 AM, pbreit <pbreitenb...@gmail.com> wrote:

> To serve images statically:
>
> Field('image', 'upload', uploadfolder=request.folder+'static/uploads')
>
> <img src="{{=URL('static','uploads', args=item.image)}}">
>

I guess it only bypass teh download function, which has a little gain of
speed, bit, I am not sure the images will be served statically until
configured properly in your webserver.

I do not know how, yet, but the images loads very slowly even from static
folder.. I am trying to see if it is a webserver ou webhost issue (in my
case)

Reply via email to