The type of a file, as characterized by the format of the data it contains, or its use case.

learn more… | top users | synonyms (2)

0
votes
1answer
39 views

Creating a custom file-type in C++

I am making a level editor that needs to output a custom map file for use with source code that I will write for a graphics library. My question is: What do I need to bear in mind when deciding how ...
0
votes
0answers
10 views

Change default icon for “.exe” and “unknown” filetypes on Windows 7 [migrated]

I have looked all over the place with no success. I'm wondering how I can change the default icon that windows shows when an exe file does not have an icon contained within it. I am also trying to ...
0
votes
0answers
33 views

Google AJAX Search get specific file types

im using the google ajax search within java to get results list with the links for a keyword. Example for keyword "test": "https://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=test" its ...
0
votes
0answers
21 views

android:starting the right activity fromthe notifications

I have kind of stuck over here. what I want is : My Application expects a File with ".Xcard" extension over bluetooth or NFC. I am pretty sure that when the file is received by Bluetooth it will ...
0
votes
1answer
28 views

Intellij multiple filetypes

I'm using IntelliJ with the handlebars plugin. One of the nice things about this plugin is the code assist. However, the only way to get this functionality is by assigning html file type to ...
1
vote
2answers
46 views

Vim change filetype after typing shebang line

I want Vim to change the filetype when I type a shebang line (eg. #!/bin/bash) on the first line of a new buffer. Currently I'm using vim-shebang plugin for changing filetype, but it only works when ...
0
votes
0answers
40 views

ios image file send to server post type

Send to Server(java) Image File From iphone POST type send success but file type image not a text. help me ios code [ - (void)connectionServerToPost:(NSString*)boardType ...
1
vote
3answers
38 views

Tell if a file is PDF in bash

I need to write a bash script to tell if a file is a pdf file. However, I cannot simply use the file name or extension. For example: test.pdf.encrypt - will not open as the file itself is encrypted ...
0
votes
1answer
38 views

Deny access to specific file types in specific directory

For some application, users are able to upload their own files. Since this can be very large files, they are allowed to upload them via their own FTP client. Of course I wouldn't like them to upload ...
-2
votes
3answers
63 views

What are the file types you can upload via PHP?

I'm trying to find a reference that shows what the different names of the "TYPES" are like $_FILES["file"]["type"] == "image/gif" but I'm looking for the csv, ms excel, mac numbers, ms word, etc. I ...
0
votes
0answers
30 views

Set mime type for files in iCloud?

In an iOS app I want to share files via iCloud by creating a public link to the file and sending the URL via e-mail, so the receiver can tap on the link and chose to open the file in my app. The ...
0
votes
2answers
40 views

Would browsers have dificulties opening my pages If I create my own file extension?

Using htaccess, I want to brand my websites by adding a custom extension to all my pages, just for the looks. Lets say that my company name is "xtreme web design" and I want to have all my pages end ...
0
votes
0answers
42 views

Eclipse Indigo XML editor doesn't open proper XML files with other extensions

So I have a proper xml file with the ending .xcs When I try to open it, it give me "Unsupported Contend Type" message. There it tells me to go to the "Content Type Preference Page" and set the default ...
1
vote
0answers
88 views

Associate files type with my Iphone App

I'm trying to associate files type with my application (pdf and doc). For pdf, it's Ok. I read this subject: How do I associate file types with an iPhone application? and it works perfectly. But I ...
0
votes
0answers
37 views

Listing certain filetypes of multiple directories in PHP

I really do not have much PHP knowledge, and what I am trying to build is essentially a much cleaner default apache directory listing with PHP. I have managed to almost achieve what I want by ...
0
votes
0answers
46 views

How to view C# .cs file in google drive?

I have some .cs c# source code files in my google drive that I'd like to be able to view directly without having to download them. How can I do this? And in general, when there is a text file with a ...
0
votes
0answers
55 views

HTML5 Drag and Drop, Way to read file-type when hovering

Does anyone know a way to read the file's type when hovering a file on a droppable input type? $.fn.extend({ filedrop: function () { return this.each(function() { var files = ...
0
votes
1answer
59 views

Programmatically identifying file type associations in Windows Store app?

Is there any support in the Windows or .NET for Windows Store apps API:s that allow me to list which file type associations that are defined for the executing app? In my scenario, I have a Windows ...
0
votes
1answer
38 views

List of extensions registered with an application

For an application (for ex: excel.exe), I would like to know what all extensions (for ex: .xlt, .xlsx etc) are registered with application (excel.exe). How to achieve it? Platform: Windows ...
0
votes
0answers
82 views

OpenCV .vec files createsamples

I'm doing a project in opencv that involves number OCR. I have gotten to a point of using createsamples to output a .vec file containing distorted images of an original number image. Now I could ...
1
vote
1answer
47 views

How to check if an intent can be handled from some activity?

I have this method so far , but it came up like something is missing for example I have a file /sdcard/sound.3ga that returns false ( like there is no activity that can handle this type of file ) , ...
5
votes
2answers
148 views

Detect filetype in vim without valid file extension

I'm looking for a way to determine the filetype of a file in vim and set the syntax highlighting based on the filetype. The only catch is I cannot use the file extension for determining the filetype. ...
0
votes
2answers
68 views

Open a file not using default program

How in c# can I make a file open with a specified program ie: not the default program for that file type
0
votes
2answers
45 views

Batch Open different programs depending on location

Is there Batch code/c# for if say for example, I have a anime folder and a movies folder and I want to watch anime with program A and movies with Program B. Is there a way I can get the same file type ...
0
votes
2answers
53 views

vim: how to get filetype in plugin script

How do I get the current filetype in a vimscript, say in .vimrc or a regular plugin script? The line echo &filetype returns an empty string.
1
vote
1answer
46 views

What's this file in Visual Studio 2012?

It is not really existing in the folder of the project but somewhere else, is it a refrence file?
0
votes
1answer
11 views

filetype for numbers separated by whitespace?

I am thinking of using a filetype of numbers (as text) separated by whitespace in one of my apps. Any kind of whitespace (space, line break, whatever) will do. I am curious if this is a standard ...
1
vote
3answers
125 views

PHP if statement thinks png extension is jpg/jpeg (checking against pathinfo())?

I'm processing an image into a thumbnail using PHP, and I'm allowing 3 separate extension types through: .jpg, .jpeg, & .png... the first 2 and the latter have to be processed through different ...
0
votes
2answers
328 views

Identify the file type of a File / Stream - VB.Net

I have a problem when I download a file from a URL (This it's not my main problem), the problem comes after that. The file that I saved from the URL can be a image, doc, PDF or ZIP. Exists some ...
0
votes
2answers
313 views

Windows 8 specific file type context menu association

There is a need to add item to particular file type's context menu. In Windows 7 and previous versions that's done by adding HKEY_CLASSES_ROOT\<extension>\shell\<commandname>\command ...
-1
votes
2answers
46 views

How can I detect file type? [closed]

file command says file type, but it says "ASCII text", if file is text. However I want to discover what type of text it is, e.g. Ruby script, Python script, C++ file, etc. I want to do this using ...
0
votes
2answers
115 views

PHP: File upload not verifying file type

I am trying to upload an image file. I receive the file name and OK and there are no errors, but for some reason when it reaches my file type if/else statement: if($filetype != 'image/jpeg' || ...
0
votes
0answers
28 views

How can I export swf from Camtasia for Mac?

I am using Camtasia on my Mac and I need to export swf. For now, I am trying to export MP4 and then convert it to swf, but file size gets enormous. Is there a shorter and efficient way to produce swf ...
0
votes
2answers
97 views

Android FileType viewer

Alright, so I have an app that has a custom folder: I want to open the following types: protected String[] acceptableTypes = {"jpg", "gif", "png", "bmp", "pdf", "txt"}; I can open the images or at ...
0
votes
2answers
73 views

creating and signing a custom file type

I believe this is going to be a big question but I searched the web for at least an hour for an answer and I hope here I'll get the answer. So the thing is I want to create my own file extension that ...
0
votes
2answers
48 views

Detect multiple filetype in a string in javascript

I search to detect in a string if the content is just a text or if it's an image URL. I base my detection with the filetype, but I don't know how to detect multiple file types… var wrapper = ...
1
vote
1answer
100 views

Searching for a specific filetype in a folder based on its parent folder

I'm trying to set up a system to search for specific files types, in this case .aep, in folders that will change over time example in a folder called MER is a folder called Mermaid_v03 when this file ...
0
votes
1answer
96 views

AWS S3 with uploadify, how to restrict file types

Under the scriptdata, in fileext how do I specify which file types are allowed? eg: $('#file_mainfile').uploadify({ 'uploader' : '<?php echo WPDEPOSIT_URL; ...
0
votes
1answer
65 views

Detect file type which is uploaded to server in rails

How can i detect file type of coming to serv file, so that it is .csv i do one method, when .xls - other... I can do it just like filename.include(".csv")? but this is bad idea... How can i detect ...
1
vote
1answer
66 views

Syntax and design pattern of .MSF

Currently i have to deal with .MSF file but i don't have idea about that type file after digging in google i have found it is used in Mainframe probably for message Please suggest me proper link to ...
0
votes
0answers
76 views

Creating 3D Models from 2D arrays

I am currently using mayavi to do some work with 3D models. The coordinates for my points are divided into 3 different 2d arrays, namely, x, y, and z. Having it set up like this makes it easy for me ...
0
votes
1answer
191 views

htaccess rewrite url only with png,jpg extensions

stupid question how can put: RewriteRule ^$ index.php?url=$1&%{QUERY_STRING} [QSA] into : RewriteRule ^$ index.php?url=*.(jpe?g|png|bmp)&%{QUERY_STRING} [QSA] rewrite url ...
1
vote
1answer
1k views

DOS Batch file to copy certain file types from subdirectories to one folder with rename

I had tried to make DOS batch script that copies all *.mpg files located in G:(random named subfolders here)\000.mpg to E:\PVR. for /R g:\ %%f in (*.mpg) do copy %%f E:\PVR\ the problem is that ...
0
votes
0answers
240 views

Convert DYMO .lwl files to .label files in code

I am currently working on an existing project that uses a DYMO label writer to print badges. The badges use different badge templates based on the users workflow. To set the fields of the badge I load ...
-1
votes
1answer
52 views

Javascript: Bug when matching filetypes? [closed]

I was working on a little script today, and ran into a bug that I can't seem to fix (or locate properly in the first place.) This is basically the important part of the script: function ...
1
vote
1answer
44 views

How do I avoid cumulative filetype commands in vim?

Let's say I load up a python file in vim. A quick check of :scriptnames shows that my ~/.vim/ftplugin/python/python.vim file loads as expected. One of the commands in this file highlights all ...
1
vote
2answers
115 views

Open any folder with NSDocument

I am trying to write an application that can open any folder in the NSDocument subclass but can't figure out the right Info.plist settings. It is important that my app should not use bundles, neither ...
0
votes
1answer
124 views

how to assign an icon to android custom file type?

in my app i want to open a custom file type, which i have done successfully with the following code in the androidmanifest file. though i declare an icon in the intent filter, android still shows the ...
0
votes
0answers
39 views

What is the safest video file type for jplayer?

We are developing a site in which the client can upload audio and video. We use jPlayer to play it back. Throughout our local development, we used .mp4 and .flv for video. These worked fine in our ...
2
votes
1answer
58 views

Defining type of binary file string

Is it possible to check what type of data does represent string binary file? For example: We have binary data read from image file (f.e. example.jpg). Can we guess that this binary data represent ...

1 2 3 4 5 7