[Zope] Re: MIME types and zope
anser
anser@pobox.com
Thu, 13 Apr 2000 10:11:07 -0400
Sathya <linuxcraft@redspice.com> wrote:
> I am trying to handle a vendor specific mime type within zope
> basically it is the adobe forms plugin whihc encodes
> data in application/vnd.fdf type.
> It is basically an ascii stream set in a particular format
> question is how do I access this data coming from the browser
> the request variable does not contain information about this.
There is a brand new HowTo about this at Zope.org:
http://www.zope.org/Members/anser/howto_dtml_mimetype
(although www.zope.org seems to be unreachable this morning...) The simplest
way is simply to put
Content-type: application/vnd.fdf
followed by a blank line, at the very top of your DTML Method that's
supposed to return one of these forms.