T
tomasgreen
Guest
You are a lifesaver mallen! I've been trying to implement it the same way I did in PHP a while back but it turns out that's not an option and I had to simplify it according to your suggestion. The downside is a little overhead but thankfully the files are quite small so it shouldn't be a problem. The one thing I had to change from your suggestion was how the content-type was set to the header. Apparently webspeed gets a little cranky when you use OUTPUT-HTTP-HEADER instead of OUTPUT-CONTENT-TYPE (probably because the header is somehow incomplete using only OUTPUT-HTTP-HEADER ). Anyway, thanks again!
Continue reading...
Continue reading...