I find file without Extension after Download.

In Firefox, when I am trying to download STL file from Email then it allows me to download such file without extension. That means I can't get file with Extension. . Why such thing happen ?

Hi, Flash Player is a browser plug in, not a standalone player. It works thru your browser. Check in Safari and any other browser that you use for the Shockwave Flash plugin. Make sure it's Enabled.
You can test each browser here and should be able to see the Flash Player logo(Red F) animate(spin). It will also display the version of Flash Player that you have Installed.
http://www.adobe.com/software/flash/about/
eidnolb

Similar Messages

  • How to use Terminal to Find or Locate files without extensions?

    I'm conversant with the cli, but not a power-user.  I've discovered a fairly large number of audio files, across dozens of sometimes nested folders, that (somehow) lost their '.aif' extension and now appear as Unix Executable Files.  Upon appending said files with the proper extension, they are perfectly normal audio aif's.
    My Problem: using the Terminal, how can I search a directory tree to find those files *without* an extension, discriminating between files and folders, and then append the correct extension to only the files?
    I've tried a number of queries, mostly built around the idea of using 'filename.*', but for some reason searching for an extension omission (as opposed to a specified string) isn't so simple. 
    The following: ls -al *.
    Brings up 'No such file or directory'
    And the following ls -al .*
    Brings up files AND directories
    I need o discriminate between files and directories, finds all files without extensions, and rename them with the appropriate extension.
    Can anyone help?
    Best, Tom

    The following will find files without a file extension in the current working directory and any sub-directories->
    find . -type f ! -name "*.*"
    If you are confident that the files found are the appropriate audio file (in this case aif) then you could->
    find . -type f ! -name "*.*" -exec mv {} {}.aif \;

  • Edit PHP files without extension

    Hi,
    I'm currently developing a website with DW CS3 and I'm using
    apache's mod_rewrite so I have clean URL's. The thing is that doing
    this forces me to rename my php files e.g.
    index.php to
    index. Is there a way that DW recognizes these files as PHP
    files, so I have nice highlighted code?
    Greets,
    Nick

    Hello,
    Right clicking and selecting open is exactly the answer to
    the question you
    asked about how to open files without an extension.
    There are many young people and people just learning here, so
    all questions
    are answered.
    How was anyone supposed to know you meant something else, and
    that you
    already knew the answer was to right click and select open?
    You didn't mention DW was giving you errors until after 2
    people gave the
    answer to the question you asked.
    The fact that DW is giving you an error message when you try
    to open the
    file is something else entirely.
    So, if that's your actual question, can you expand on "DW
    keeps giving me
    errors" and share what the error messages are, so we can try
    and help you?
    Take care,
    Tim
    "magoo" <[email protected]> wrote in message
    news:gcr7s0$m9n$00$[email protected]..
    > Murray *ACE* wrote:
    >> Right click on the file and select Open.
    >>
    >>
    >> "magoo" <[email protected]> wrote in
    message
    >> news:gcr39p$r7o$01$[email protected]..
    >>> Alan wrote:
    >>>>> is it possible to open files without
    extension in DW?
    >>>>
    >>>> yes- but they will be treated as a plain
    text file, they won't be
    >>>> associated with any type of scripting type
    so no code hints or code
    >>>> coloring.
    >>>
    >>> That`s fine, so how does it work?
    >
    > Wow, what an ace you are. If it was that easy I would
    not have bothered
    > posting here ...
    >
    > --
    > Regards
    > magoo

  • Is it wise to keep the Nikon camera files "DSC's"  after downloading them and converting to DNG files via Adobe converter for lightroom use. In other words do the DNG files have all the raw data I would ever need in processing or should I save the camera'

    Is it wise to keep the Nikon camera files "DSC's"  after downloading them and converting to DNG files via Adobe converter for lightroom use. In other words do the DNG files have all the raw data I would ever need in processing or should I save the camera's DSC files?

    DNG files do not contain some metadata supplied by the camera, which can be used by the manufacturer's software. Thus, if you don't keep the original Raw photo, you will lose this information.
    If your 1000% sure you're never going to use the manufacturer's software, then this isn't a problem. But who can be sure what software you will be using 10 years from now?

  • Why can't the finder in Mountain Lion 10.8.2 find files that have successfully downloaded, or that other programs can find?

    Why can't the finder in Mountain Lion 10.8.2 find files that have successfully downloaded, or that other programs can find?
    This happens with maybe 1 out of 5 files. These are files that have either an ."aa" extention, or or are libraries that icloud can see, but finder can't.

    Files beginning with a period are invisible and library files are system files. Spotlight cannot find either unless configured to do so (btw, this is not a Finder issue but a Spotlight issue.)
    Get Spotlight to search system files (and more)
    Enter the search term in the Finder window's search field.
    Click the [+] button in the search bar to add a search option.
    In the first drop down menu choose Other.
    Choose “System Files” from the list that pops up (and check the box to place in drop down menu to avoid this step later,) click on the OK button.
    Now back in the Finder choose Include from the second drop down menu.

  • Quick Look for files without extensions.

    I have many files without extensions that quick look does not recognize as text files. Bash shell scripts generally do not use an extension, for example (they are identified by their first line). Similarly I have a lot of text file notes w/o a ".txt" extensions.
    Is there any way to have quick look recognize these as text files? They currently have either text edit or textmate as their default "open with" app. I presume there is a config file of some sort for quick look that will let me default files with no extension to text files, but have not found it yet.

    Can't Quick Look for some text files
    Re: Is it possible to change the viewing format?
    Quick Look for files without extensions.
    Re: Can I view text files without a .txt extension in Quick Look?
    How do I add support to Quick Look

  • FileFilter files without extension (*.)

    I want the file dialog to only show files without extension, so I set the filter to '*.', but the dialog shows no files at all.
    var legendFilter: FileFilter = new FileFilter("Legende", "*.");
    legendFileRef.browse([legendFilter]);
    These legend files are created by another application and don't include an extension.
    I cannot ask the user to rename the files prior to upload, I cannot change the output of the other application and I do want to filter to prevent selection of incompatible files as much as possible.
    Flex 4.6, Windows 7

    Would that be:
    new FileFilter("Legende", "null")
    or
    new FileFilter("Legende", null)
    If this is not correct, maybe you just use browse() without fileFilter,
    and then check the extension property of file() that selected from file browse

  • IE downloads files without  extension as html type

    Hi,
    i wrote a piece of code to down load files. its working fine for all the filetypes which will have extension.
    but if the file doesn't have any extension, then download prompt shows
    FileName : aaaaa
    Type : Html Document
    and when saves it saves as txt file. how to stop this and save it as unknown type

    I know this isn't an answer to the question you're asking, but are you sure you want that behavior? There might be times where you want an extensionless file to be loaded as a plain text file. At the very least, it will help make your site more compatible.
    If all these files are collected in the same area on your system, it might be best to give them the .html extension.
    You can do this relatively painlessly with virtually any scripting language. I know I've even seen an AppleScript that will go through a batch and change the extension for you. You might want a modified one that will first check for the start/end HTML tags in the file first to make sure you're only changing HTML files. A quick Google search for scripting a filename change will probably yield lots of results (check Perl and PHP resource sites as well).

  • Files without extensions read as UNIX exe files

    I have an iMac connecting to my MacBook Pro that has several external drives attached by firewire. On those external drives the iMac sees any file without an extension as exe files. In particular, font files are seen this way.
    Can I add extension to the font files (most of them postscript type 2) so that the iMac sees them as fonts rather an exe files?
    Or is there a way of solving the problem that has a more broad approach?
    Thanks!!!

    First, ensure that Finder->Preferences->Advanced->Show all filename extensions is checked, then check those files. If the issue continues, then rebuild the LaunchServices database by running this one-line command in the Terminal.app (/Applications/Utilities/)—copy & paste it into the Terminal window and hit the return key:
    */System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user*
    Restart and see if that fixes the problem.

  • Files without extensions not recognizing program

    Recently I used my new lacie firewire drive to transfer files from my G4 to a PC laptop. Now the files on the Lacie (when I work on the G4) are missing their icons. Only files without the extension .ai, .m4a etc. Some files will open via right click and choose the program. Some will not open at all.
    In every folder there is now a finder.dat and resource.
    I read in a recent post about the finder.dat and resource. And now understand the relationship to the PC. This has never happened on my older Lacie drive which I've used between computers.
    Is there a repair program I can run on the Lacie?

    But for now is there a way to salvage the files that are
    gray rectangles. So that they can recognize the program
    from which they were created?
    First, you do get credit for using some method of backing up. Thats more than many users do
    If the files with generic icons were created on another Mac, and they will not open (or prompt you for a program to open), then you likely no longer have either an old copy of the program that created the file, or you do not have the OSX version of the program that created them, or both.
    Given they are from a G3, I would suspect they are looking for a Classic based program, not an OSX based program.
    First question: Is Classic installed on your new machine?
    If not, you may want to install it. Presuming your G3 was up to OS 9.2.2, you should be able to simply copy the System Folder (Os9), as well as the Applications (OS9) folder from the G3 to the external to the G4.
    Second question: Based on your folder structure, can you determine what program you originally used to create the file(s)?
    If the answer to question 2 is yes, then try opening that program (or the latest version thereof) first, then using it's open... command to open the file that you cannot 2x click.
    Once you successfully open the file in (whatever program), save the file. This should 'update' the file, change the icon, and make it 2x clickable from the finder.
    If the files with generic icons were created on the PC, then you will need the Mac equivalent of the program, or a program you know can open the file. For these files, once again open the application, then use it's open... command to get to the file.
    Keep in mind there may be some files you simply cannot open or run on the Mac. There are way too many to list, but some of the most common will be .MDB (MS Access),DLL,PIF,COM, EXE,CAB, & MSI.

  • How to find files by extension in Finder or Spotlight?

    Hi.
    This is shame but I was faced with problem which I can't solve in Finder/Spotlight — I can't search files by extension. May be I don't know something? Keyword "Kind" too abstract for this and searching not by exact extension. Wildcards never worked in spotlight. Thoughts?
    P.S. Yes, I can do for example in terminal 'find . -name "*.txt" | xargs open -a BBedit' but this is not working for all apps and I don't want to return to eighties

    dusty thread, but for those arriving from google, it is (supposedly) possible to add File Extension to the search options available:
    in Finder hit Cmd+F to open the Spotlight interface (without requiring a string to search for)
    Hit the search parameter dropdown (by default "Kind")
    Select 'Other'
    Find and tick 'File Extension' from the list to have it show up in the short list.
    I say 'supposedly' because its not working for me when i search for 'psd' on 10.8.2
    Hope it helps someone, Cheers, Tim

  • Cant find books on kindle after downloading from openlibrary. maybe need to add code to adobe digital edition

    i cannot find my books on my kindle after downloading from open library...
    is it because i didnt enter a code into adobe digital before i downloaded
    is it because my kindle is not supported by adobe
    what is wrong. i want to be able to read my books on my kindle from open library and i cannot.

    Kindle does not read epub files.  You could try searching the net for a conversion program form epub to mobi.  Calibre might do it?

  • E71 where can I find "Files on OVI" to download fo...

    Hello,
    Does anybody know where I can find "Files on OVI" application for E71 mobile ? (so, not for PC)
    I noticed that "Files on OVI" is already installed by default in other models like E75 for example but we have to install it in E75.
    But, does "Files on OVI" for E71 exist ?
    Thanks a lot in advance for any useful information !  :-)

    Hello ivanlm3000,
    After you login to the Ovi Files mobile website (https://files.ovi.com) from an S60 v3 widget-capable device, you’ll see a link towards the bottom of the page that lets you download our “Remote Files Widget”. This widget provides a shortcut to the Ovi Files mobile website in your “Installations” (or similar) folder. I personally use it on my E71.
    Hope this helps,
    Regards,
    Viorel Cosmin
    Was this post helpful? If so, please click on the Kudos! star to the right. Thank you!

  • What makes a file open automatically after download? I'm trying to stop it. I don't know whether Firefox or Sumatra controls this.

    When I downloaded a .pdf file, it opens automatically after download. I want to put it back to where I have to click on it in the download window in order to open it.
    This happens with every .pdf file I download.
    I am using Sumatra 1.5.1 to view pdf files.

    http://support.mozilla.com/en-US/kb/Managing+file+types
    Change the '''Action''' for that file type.

  • Batch export .ai to .png produces files without extension - please help

    I created an Action to batch export a folder of .ai files to create 300dpi .png's of the .ai file's artboard. I did this by simply recording "Export...as png" with my desired settings then Batch running the Action on desired folder of .ai files.  The files were successfully exported, the trouble is that the exported files lack a .png file extension. My intent is to take these PNG files and
    merge them into a single PDF using Acrobat Pro. Unfortunatly, without the .PNG extension, Acrobat Pro does not recognize the file types and does not let me use the Combine Files feature on them. Going back and manually adding a .png at the end of the exported files defeats the time-saving purpose of Batch Processing all together. Is there something I am missing or doing incorrectly? I have included screenshots of 1) My Batch Action settings 2) folders showing files without .png extension and 3) visual of what I see when I am trying to combine PNGs into a PDF. Assistance would be greatly appreciated!
    - Erin

    Yes, I am on a Mac running Snow Leopard 10.6.8 with CS5 (Illustrator 15.0.2, Acrobat Pro 9.4.6). Your suggestion did not help as "Hide Extension" is not checked. I even set "Open With" to Acrobat Pro and still get no extension or ability to import into Combine in Acrobat. Thanks anyhow. Please see below.

Maybe you are looking for

  • Volume balance through speakers - one is very quiet

    Hi, I just noticed that I am not getting a balanced volume through the in built speakers. When I cover the right one, the volume drops quite dramatically and there is a barely sound from a left one. Tested with different songs. Sound balance through

  • Still Image File Format

    Had a question about the best format for still images in FCE. Tom Wolsky on his FCPBook site recommends creating a PICT file with an alpha channel. Richard Harrington at Lynda.com states that a TIFF works best. Do you have any information or preferen

  • Convert live Video from video recording device to a stream

    Hello, I want to convert the captured live video from a Windows phone device to a stream so I can Send it over sockets. Any ideas guys? in other words, I want to send live video data over sockets. Thanks in advance.

  • On my network 1 Mac is not showing any devices in Shared in Finder, any ideas ?

    A few of MacBook's, and Mac Pro's - 1 Running OS X Server. one Mac Pro has no devices listed in Network or Shared & can't see the servers Time Machine volume, but you can connect with afp://ip_address Any suggestions ? the 2 machines in question are

  • Double sided DVDs option

    Hi, In Encore CS5 under Build there is an option to click on side 1 or side 2 for a 2 sided DVD. I have read what it says in the manual and I still don't understand this option. Is there any purpose to this Option other than a notation to the user re