1
vote
6answers
166 views
What do .c and .h file extensions mean to C?
It's all in the title; super-simple I reckon, but it's so hard to search for syntactical things like things anywhere.
These are two library files I'm copying from the web, and I'm …
0
votes
0answers
15 views
How to configure Telelogic Synergy so that the default type for “unknown” file is binary rather than ascii ?
Hi,
if I am not wrong, Telelogic Synergy mapped new files to a type depending of their extensions.
If the extension is unknown, the file is by default declare as a base type asci …
0
votes
3answers
130 views
Check Upload file type from an array in PHP.
Hi,
I know this has been asked a few times before. However, it's something I've had a problem with for a long time. How can I check if a file extension and mime type are in an ar …
1
vote
5answers
402 views
how to detect if a URL points to a SWF
Is there a way (preferrably using JavaScript) to determine whether a URL is to a SWF or a JPG?
The obvious answer is to sniff the filename for ".jpg" or ".swf" but I'm dealing wi …
3
votes
2answers
89 views
Very strange behavior with Vim syntax and filetype detection
I have a file, called WrongFileTypeDetection.R, containing the following text:
# This file is sometimes wrongly detected as a conf file
I also have two versions of _vimrc, that …
1
vote
3answers
90 views
how to use htaccess to disguise filetypes
I want to be able to name my files with whatever extension I choose. In this case let’s use .foo, and then process them as PHP files.
Right now my .htaccess looks like this
AddT …
5
votes
6answers
600 views
Find out the real file type
I am working on an ASP web page that handles file uploads. Only certain types of files are allowed to be uploaded, like .XLS, .XML, .CSV, .TXT, .PDF, .PPT, etc.
I have to decid …
2
votes
2answers
203 views
File type indicator, sys/stat.h st_mode regular file code value
I am trying to identify file types for directory entries (Windows Unix etc..).
In sys/stat.h the high order nybble of the st_mode word have the coded values:
#define S_IFDIR 0x4 …
2
votes
3answers
395 views
How do I get File Type Information based on extention? (not MIME) in c#
Hi.
How do I get the general File type description based on extention like Explorer does it? So not MIME but the information that the end-user sees, like.
.doc = Microsoft Office …
2
votes
4answers
417 views
What are the most common virus file types currently circulating?
I am working on a project that will involve file upload to a server. I am interested in understanding what kinds of files virus writers currently tend to target. I am aware of the …
10
votes
9answers
627 views
How do I tell if someone’s faking a filetype? (PHP)
I'm programming something that allows users to store documents and pictures on a webserver, to be stored and retrieved later. When users upload files to my server, PHP tells me wh …
