On Mon, 28 Feb 2000, Simon Hausmann wrote: > hehe :-) > > Hmm, another thought: IIRC the old libkio preget()'ed the data into a > buffer, tried to determine the mimetype from it and re-used this > buffer on a following get() call. > > Do you think that would be possible with POST? What you could do is do a http_post. Store the mimetype. Store the result. And then the one who needs the data (target) should use the stored result. The problem is where to store the result and how the target should request the result. Cheers, Waldo