Top "File-extension" questions

A suffix appended to the end of a filename, in order to identify the type of file.

List of ALL MimeTypes on the Planet, mapped to File Extensions?

Is there a resource that lists ALL the mimeTypes in existence? I have found a few places with under 1000 mimeTypes, …

mime-types file-extension
FileUpload get file extension

I'm trying to upload a file and change its name below. I need to get the file extension. The code …

c# file-upload file-extension
What's the difference between .lib and .a files?

I'm trying to statically compile something and I'm trying to get a handle on what all these dependencies are. I …

file-extension
Javascript - get extension from base64 image

I have a base64 encoded image returned from a service and it looks like this: /9j/4AAQSkZJRgABAQEASABIAAD/4Yp2aHR0cDovL25…

javascript image base64 file-extension
How to get the file extension in Android?

I am a newbie. I have an EditText and a Browse Button to explore Folders and select files only. From …

android file-extension
Where does Windows store its "Open With" settings?

I'm trying to programmatically check file associations by the file extension (for example .jnlp files). I keep reading that HKEY_…

windows registry file-extension file-type
How to filter git diff based on file extensions?

Is there an option to restrict git diff to a given set of file extensions?

git file-extension
Convert all file extensions to lower-case

I'm trying to lower-case all my extensions regardless of what it is. So far, from what I've seen, you have …

linux bash file-extension
Can I use images without extension in <img>?

Possible Duplicate: Is it safe to serve an image on the web without an extension? I'd like to use something …

html image file-extension
What does the .csproj file do?

Usually a C# project has a .csproj file associated with it. What is that file for? What data does it …

c# visual-studio project file-extension csproj