Tim, I've been able to reproduce the bug on another machine too (web2py 1.95.1, Mac OS X.6.6). Here's what I did: 1. start web2py with 0.0.0.0 for the server IP. 2. add a large image to the static folder of an application (I added http://commons.wikimedia.org/w/index.php?title=File:Puch_500_green.jpg to the welcome app and named it test.jpg). 3. http://127.0.0.1:8000/welcome/static/test.jpg displays fine 4. accessed from another computer, the image only displays partially. How much is displayed varies. But the HTTP response header has the correct (full image) Content-Length.
-Philip On Apr 26, 7:40 am, Timothy Farrell <explori...@gmail.com> wrote: > Oh...that setup is: > > Mac OS X.6.7 > web2py 1.94.6 > Server: Rocket 1.2.2 Python/2.5.1 > > Contact Philip, if you have something similar and are willing to test. > > On Apr 26, 7:39 am, Timothy Farrell <explori...@gmail.com> wrote: > > > > > I just assumed these were being served statically. It didn't hit me > > that they were run from a controller. To those reading, I was not > > able to reproduce Philip's issue on my machine. Perhaps someone who > > has a similar setup as him could test it. > > > On Apr 25, 10:53 am, pbreit <pbreitenb...@gmail.com> wrote: > > > > The "static" folder needs to be configured already. If youre iamges don't > > > need any processing (auth) it seems a better way to go.