[Zope] why is zope returning my pages as octet/stream?
Dieter Maurer
dieter@handshake.de
Wed, 4 Apr 2001 23:51:00 +0200 (CEST)
Gerrie Roos writes:
> I've created a form to fill in and submit...and then Netscape pops up
> the 'save as' dialog, not knowing the returned file is HTML...When I
> save the file and check its contents, its perfect. Why is zope
> publishing this page as octet/stream?
Zope uses several heuristics to guess the content type.
If the page contains binary data, the guess gives
"octed-stream".
Dieter