View Single Post
  #5 (permalink)  
Old 02-08-2008, 03:44 PM
Marc Peters's Avatar
Marc Peters Marc Peters is offline
Administrator
 
Join Date: Nov 2003
Location: Kent
Posts: 8,661
0 Videos nominated
Video Of the Month(s): 0
Marc Peters has disabled reputation
Default

Originally Posted by imjay View Post
I am no expert in this but I have never seen a file that by simple changing the extension in the file "name" doing anything. I've always thought to change file type and extension requires a file transcoding.
From a coding point of view the following applies:

(1) When an end user attempts to open up a file, the open file dialogue box may limit the selection to those of an allowable format. All this does it check the extension of the file. To get around this, just chose the 'select all' option under the extension setting. If this is not available, then you need to chaneg the extension type.

(2) The application coding may be set up to reject files that don't fit within a certain array of extensions. Not often done, but sometimes codes want to stop people from importing a file they don't want you to! Again, chamging the extensions allows you to import, but that's not to say it will work.
Reply With Quote