[Seaside] KomServices

David Shaffer cdshaffer at acm.org
Mon Mar 20 17:05:31 UTC 2006


Ramon Leon wrote:

> [snip]
>
>And for the most part, things work fine, until I try and upload a file,
>at which point I get
>
>Proxy Error
>
>The proxy server received an invalid response from an upstream server.
>The proxy server could not handle the request GET
>/goodieBags/SCAdminHome.
>
>Reason: Error reading from remote server
>
>Anyone have an idea why everything works except for uploading files?
>  
>

No idea why this problem exists but I know a workaround: disable "keep
alive":

(HttpService serviceNamed: 'httpd') keepAlive: false

Hope that helps...

David




More information about the Seaside mailing list