Hi,

In my db I've got a some images (gif/jpeg) and PDF files What should the proper httpdHeader values be for there data types? I tried the following but it crashes witango!


<@ASSIGN "data" "Local" <@COL '2' >
<@ASSIGN size" "Local" <@VARINFO LOCAL$data >
<@ASSIGN LOCAL$encodeResults >


<@ASSIGN
local$httpHeader "Content-Type: image/gif; name=<@COL 1 Content-Disposition: inline; filename=<@COL 1 ENCODING=NONE><@CRLF>Content-Length: @@local$size<@CRLF><@CRLF>">

<@VAR LOCAL$data >



any ideas?



thanks,
ezra

Reply via email to