[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_ServerUpdateMimeType

Overview

Assign an extension to a MIME type

Syntax

    void Ns_ServerUpdateMimeType(
    	char *hServer
    	char *extension,
    	char *type
    );

Description

The Ns_ServerUpdateMimeType function associates the specified extension with the MIME type (type) for the specified virtual server (hServer). This function is safe to call only at server startup time.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.