--- cut ---
        Set Stream = server.CreateObject("ADODB.Stream")
        Stream.Open
        Stream.LoadFromFile Server.MapPath("/wirbedauern.jpg")
        Contents = Stream.ReadText
        Response.Expires = now + 1000
        Response.Buffer = TRUE
        Response.Clear
        Response.ContentType = "image/jpeg"
        response.BinaryWrite Contents
--- cut ---
Frage: Wie kann ich den Browser anweisen, NICHT zu cachen?

Stefan.


_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an