VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Windows MIME Lookup

Thomas Haggett  (1 Submission)   Internet/HTML   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Converts a file extension to the related MIME value (.pdf to application/pdf) and converts a MIME value to the default extension (text/html to .htm). Useful for webservers / browsers, as it uses the windows MIME values in the registry, rather than programs having their own copy of each value.

Inputs
Either the extension of the file, or the MIME value of the file.

Returns
Either a MIME type or extension - depending on the information supplied.

Rate Windows MIME Lookup (3(3 Vote))
Windows MIME Lookup.bas

Windows MIME Lookup Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters