This is probably a problem with Rocket. I had a similar problem, but it vanishes when the app is deployed with Apache2/nginx.
On Apr 23, 9:28 pm, Philip <philipct...@gmail.com> wrote: > I'm building a photo gallery site and my images are only partially > loading. Currently I'm just running it from my computer, and if I > view the site from there the images load fine, but if I use another > computer they only load partially. Usually they load the first 128kB > and then stop, although I have seen some of them load a bit more than > that. > > I was able to produce the same effect by resizing > "online_book_cover.jpg," in the included Examples project, so that it > was larger than 128kB. Then examples/static/img/online_book_cover.jpg > only loaded the first 128kB from another computer. > > I'm running Mac OS 10.6.7 with web2py 1.94.6, using the built-in > server. > > Is there some configuration option for Rocket or web2py that I'm > overlooking? Can anyone else reproduce this issue?