Selecting existing file in "Save as" dialog isn't adding the extension

I just bought a new Mac with Snow Leopard to replace my Leopard Mac and have noticed an annoying difference with the "Save As" dialog boxes in every application. In Leopard, I used to be able to select an existing file to overwrite that file. In Snow Leopard, it's letting me select an existing file, but the extension is not being added to the file name, so it's creating a new file with the same name but without the extension. I also don't have the "Hide Extension" checkbox that used to be in Leopard. I have spent all evening looking for this but haven't been able to find anything, which implies to me that I must have some setting wrong or something (or I'm just not searching the right terms, it's hard to know what to search for); anyway, does anyone know what I need to do to change this to act the way I expect it to? Thanks -

jscher:
Thanks. The /tmp and home directories are on the same partition as the main operating system. The Downloads directory is actually set up as a sub-directory of the home one but is a symbolic link to a NAS drive. It works fine for other MIME types. It is just when web sites use the application/octet-stream MIME type that I get this problem.
I checked the permissions and the /tmp and Downloads directories have full read write permissions for everyone. The home directory is the one with the restriction that only I can write to it.
So, I don't expect that sheds any light on the problem.
cor-el:
Thanks. I meant to say in my first post (but pressed the button before it got in) that I actually created a completely new Firefox profile and the problem is still there. Sorry, I should have included that.
The only difference with the fresh profile is that the "open in default application" isn't available, presumably because no default application has been assigned. The "save as" behaviour is still the same.
So, if the problem exists in a pristine profile, it looks like there is something deeper wrong.

Similar Messages

  • Which Version of Adobe do I need to be able to "extract" a page from a existing  file and save/download to another file?

    Which Version of Adobe do I need to be able to "extract" a page from a existing  file and save/download to another file?

    Acrobat Pro or Standard.

  • I was trying to clean up my desktop, and inadvertently switched all my icons on my desktop. When I click on file a, file b opens and so on, regardless of the extension type. Is there any way to fix this?

    I was trying to clean up my desktop, and inadvertently switched all my icons on my desktop. When I click on file a, file b opens and so on, regardless of the extension type. Is there any way to fix this?

    I use
    Chronosync (http://www.econtechnologies.com/pages/cs/chrono_overview.html)
    and
    Dropbox (https://www.dropbox.com/)
    Both work very well. The former I use for manual, one-way synchroniziation of (nearly) entire systems. The latter for automatic syncing of very active directories through local and shared online storage.

  • How to download  file with Save As dialog

    I am trying to download files with a Save As dialog, according to Jason Hunter's instructions in Jave Enterprise Best Practices.
    String filename = "content.txt";
    // set the headers
    res.setContentType( "application/x-download" );
    res.setHeader( "Content-Disposition", "attachment; filename=" + filename);
    // send the file
    OutputStream out = res.getOutputStream();
    returnFile( filename, out);
    The file content.txt is in the root directory of my webapp. But I get this stack:
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    java.io.FileNotFoundException: content.txt (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.(FileInputStream.java:64)
         at com.interwoven.cssdk.examples.servlets.FileDownloadServlet.returnFile(FileDownloadServlet.java:43)
         at com.interwoven.cssdk.examples.servlets.FileDownloadServlet.doGet(FileDownloadServlet.java:24)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:386)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530)
         at java.lang.Thread.run(Thread.java:484)

    The root of the webservers changes from server to server and
    sometimes it depends on the path you run webserver exe.
    The best i have found to overcome this kind of problems is by
    using getResourceAstream() method which basically looks at classpath locations only, but still this has some problems like it should kept at the
    specified classpath becoz the getResourceAsStrem() method is not static
    method and it always associated with the class object and the file
    accessing also should be in the same package/classpath.
    by using getResourceastream you cannot look at other places (except classpaths)
    and this should be used only if you looking for .properites definitions.
    the Second best method is
    see you have a file called "context.txt" right
    before you create a file, first create a directory at the root, let say
    "\tmp"
    and then create a file \tmp\context.txt
    and then open an output stream to it either using fileoutputstreamm...
    and then write all output content to servlet/client output stream.
    this will be the best becoz you are specifying the "\" the root
    and this is common for all operating systems and definitely it will create at the root directory either serverroot or harddiskdrives root
    so you will never missout and the exceptin will also not comes along the way
    cheers..
    if you get new thing , let me know
    bye
    with regards
    Lokesh T.C

  • Acrobat 11 will never let me save changes to an existing file, only Save As

    Every PDF file i try to mark up (highlights, comments, etc), I am unable to simply SAVE the changes.  Acrobat says "The file may be read-only, or another user may have it open.  Please save the document with a different name or in a different folder".  I have to use the Save-As function to save my work.  I need to be able to modify and existing file without creating a new instance of the same file.  This message appears regardless of the files location, the file, and no one else is using the document.
    I have tried altering my set up in my preference, under document, to Never view documents in PDF/A  mode.  That did not help.  I uninstalled and then re-installed Acrobat.  I have tried the Repair Acrobat Installation function, I have checked for Errors, I have checked for updates, but nothing has helped. 
    The strange part is that just my user on the computer has this problem.  I set up a second user for guests and that log-in has no issues saving a PDF file after it has been modified. 
    I am Currently Using Adobe 11 on Windows 7 platform.  The computer is 1 month old.  But this problem has been present since the beginning.  I am set up as an administrator on the computer, so permissions are not an issue.
    What do i have to do to fix this? 

    Hi Jordan ,
    It could be possible that somebody else is accessing the file as well as mentioned in the error message.
    The second reason could be ,the creator of the file is someone else and the permissions have been set as read-only.
    If possible please share the file with us so that we can have a look.
    Regards
    Sukrit Dhingra

  • Download File across Save As dialog box

    Hi.
    How can I download a file (.txt) from JSP page, across a Save As dialog box?...
    I don't sure. I using this algorithm, but this don't work well:
    String fileNameArchive = "C:\\Consulta.txt";
    response.setContentType("application/octet-stream");
    response.setHeader("Content-Disposition","attachment;filename=" + fileNameArchive);
    java.io.BufferedInputStream bis = new java.io.BufferedInputStream( fileDetailStream);
    Thank you very much by any help.

    The root of the webservers changes from server to server and
    sometimes it depends on the path you run webserver exe.
    The best i have found to overcome this kind of problems is by
    using getResourceAstream() method which basically looks at classpath locations only, but still this has some problems like it should kept at the
    specified classpath becoz the getResourceAsStrem() method is not static
    method and it always associated with the class object and the file
    accessing also should be in the same package/classpath.
    by using getResourceastream you cannot look at other places (except classpaths)
    and this should be used only if you looking for .properites definitions.
    the Second best method is
    see you have a file called "context.txt" right
    before you create a file, first create a directory at the root, let say
    "\tmp"
    and then create a file \tmp\context.txt
    and then open an output stream to it either using fileoutputstreamm...
    and then write all output content to servlet/client output stream.
    this will be the best becoz you are specifying the "\" the root
    and this is common for all operating systems and definitely it will create at the root directory either serverroot or harddiskdrives root
    so you will never missout and the exceptin will also not comes along the way
    cheers..
    if you get new thing , let me know
    bye
    with regards
    Lokesh T.C

  • Save as dialog box hides behind the dock

    Ever since upgrading to Yosemite, the 'save as' dialog box will partly hide behind the dock. I can't see the 'save' nor the 'cancel' button.
    Now I don't want the dock to auto hide, nor do I want to make it so small I can hardly see the icons, because when I do either of that I can of course see the buttons. I can therefore only cancel by pressing escape. Since that is not really efficient working for me, this minor issue annoys me to no end.
    I use Word for Mac 2011 and have never had any issues with it before. This also only happens when creating Word documents in print mode view (changing the view makes the issue go away but when I go back to print mode view - which I have always used, the buttons are hidden behind the dock again!) I would appreciate any help ...

    I have the same issue with Chrome, it's very annoying, especially since the "New Folder"-Button is hidden underneath the dock as well.
    When placing the Dock on the left, the Dialog even disappears underneath the screen.
    Retina Macbook Pro, running 10.10.

  • GNOME "Save as"-dialog appears hidden at the edges

    Hi,
    whenever the "Save as"-dialog of GNOME appears, pieces of it are hidden by the desktop edges/border. I cannot click the OK or Cancel-buttons not until I move it out of the edges.
    I'm using GNOME with pekwm as a WM, but I've experienced my problem with Metacity and Compiz also. It happens both with Composite (Xcompmgr/Compiz) enabled and disabled.
    Especially Epiphany behaves in that way which is quite annoying because I always have to move the dialog whenever I want to save an image or something like that.
    I've already tried to add an pekwm-autoproperty for the "Save as"-dialog, but I hadn't had any success.
    Does anyone know why the dialog behaves like that? Perhaps other users have experienced this also, and you might give me a hint how to chance that.

    I have the same issue with Chrome, it's very annoying, especially since the "New Folder"-Button is hidden underneath the dock as well.
    When placing the Dock on the left, the Dialog even disappears underneath the screen.
    Retina Macbook Pro, running 10.10.

  • Resize windows and manage files in save/open dialogs?

    1. How to resize windows by dragging any border or corner?
    2. How to manage files via a Save/SaveAs or Open dialog (rename, delete, copy other files, etc...)?
    My search on these two things only comes up with comparisons and debates about Win vs Mac. Not relevant to the questions! I already run Win XP in Fusion when I have to for work. I don't want to run Windows; I just want to eliminate a couple Mac shortcomings since Apple hasn't. Yet. Maybe it has to do with patents...
    Anyway, does anybody know of a utility or other way to enable these functions in Mac OS 10? (I've tried Pathfinder; it doesn't quite do the trick.)

    I believe you will find a couple of third-party utilities that provide some enhancements for windows. As for file dialogs I can only recommend Default Folder X. You will find these at VersionTracker or MacUpdate.

  • Acrobat 9 Pro - PDF Optimizer fails when selecting overwrite file during save process

    Hello Everyone,
    I am wondering if Acrobat 9 Pro has changed in the way it handles PDF Optimizing functioning when trying to overwrite the file you are attempting to optimize. In Acrobat 8 Professional, it overwrites the file just fine when it gets to the save process. It does work when you modify the name during the save process, however, it would be nice to know if this is "the way it works" or the "program has an issue".
    Thoughts?
    Message received when trying to overwrite the file,
    COnversion Warnings> "An error was encountered while saving the document."
    Logically, it seems as though the application cannot save over an "opened" file thus dumping that message on me.
    Regards. D.

    > When using Save As to save a PDF, is it possible to have Commenting and Analysis enabled for that saved PDF by default?
    No.

  • Save for Web isn't using the correct size of artboard

    I've been using CS5 for about 5 days now and have just run into this problem.
    My artboard is 800x600 px.  I have 6 layers of an animation I need to export as pngs so I can manipulate them in Imageready (yes, I still use it.)
    I Save for Web, export as CSS layers, original size is 800x600 px, new size is 800x600 px (I don't touch those settings), art optimized and clip to artboard is checked.
    But when I Save and check my files, not only are they 550x90 (the size of the art on the artboard) but they're cut off on the right side.  It's like Illustrator is saving them as actual size, registared to 0,0 (top right corner) of my artboard.
    I need to save my layers using save for web so I can drag them into other animated files in Imageready.  I need them at 800x600 px because that's the size of my final art and it's easy to center a lot of layers if they're all the same size.
    I can post image files if my question doesn't make sense.

    UPDATE:
    I've been experimenting.  My artboard is 800x600 px.  I have 2 layers.  My artwork is 900x700 on both layers.
    I Save For Web with Clip to Artboard checked.
    I save a jpeg and my file is 800x600.
    I save a png and my file is 800x600. 
    I save as png and check Export As CSS Layers and my 2 layers are 900x700.  This ONLY seems to happen with the Export as CSS Layers checked.
    Also, I use File->Export->PNG and check Use Artboards and my file is 800x600.
    I use File->Export->JPEG and check Use Artboards and my file is 800x600.
    I use File->Export->BMP but I can't check Use Artboards, it's greyed out and uncheckable.  Huh?  I need to export my image as a BMP at 800x600.
    I don't understand what I'm missing here.

  • Filename in Save As dialog when saving PDF file

    I have a web site serving up PDF files. Without going into details, the URLs of the PDFs are not just your basic URL but look simething like this:
    http://www.domain.com/WorkFlowApp/Clients/demo1/secure/Promo%20Cover%20Cool-MedH i.pdf?userId=55b64ad5-28a2-490e-b3d6-4944099a390f#collab=CollabService@http://ww w.domain.com/ICCollab/IC_Service.asmx?WSDL
    In this case the actual filename is "Promo Cover Cool-MedHi.pdf"
    While viewing in Safari (OS X), if the user saves the PDF to their local machine, the Save As dialog comes up and the filename field is automatically populated. The problem is, instead of using just the filename, the field contains this:
    http---www.domain.com-WorkFlowApp-Clients-demo1-secure-Promo%20Cover%20Cool-MedH i.pdf?userId=55b64ad5-28a2-490e-b3d6-4944099a390f#collab=CollabService@http---ww w.domain.com-ICCollab-IC_Service.asmx?WSDL
    I know when performing the same action on Windows using Internet Explorer, the Save As dialog box filename field is populated correctly with just the filename (although it shows up URL encoded as Promo%20Cover%20Cool-MedHi.pdf, which is OK).
    I'd like to be able to force Safari to use just the filename in the Save As dialog box. Has anyone come accross this problem and figured out a solution?

    Hello Ebnul.nao
    I am having this same problemwith trying to work this out.
    Did you succeed in the end?
    I will really appreciate your help if you did
    Kind regards

  • Open File Dialog, Select either FIle or Folder, but Set the Initial Location to ftp://

    Hello,
    I want to be able to open a file dialog, set the initial location to an ftp:// address, and allow the user to select individual files or a directory.
    I can use the File Dialog express VI, and wire in a start path, but the problem is that the filepath constant does not allow you to input ftp://[IPAddress]. If you type it in it will automatically adjust the path to read . If you right click, and hit browse and go to an ftp site, the dialog will not let you select a file or folder. And no you cannot type the address into a string and then convert that to a path. If you do it will look just like the image above.
    I can use .NET functions as seen below, but it is not trivial to allow the user to select files or a folder. The same is true if I write it in C++ (although I haven't tried this yet, just googled selecting files or folders in a file dialog).
    EDIT: I just realized that with .NET if I select a single file, the FileName it returns points to a temporary internet folder on my computer for example: C:\Users\xxxxx\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\P01ODP0F\ni-rt[1].ini
    The FileDIalog Express VI has these very options.
    So what is the easiest way to have an initial ftp address path for a file dialog, and allow the user to select files or a folder?

    Have never had to do that before - that's a bit of a drag.
    Some thoughts.
    1) Can you map a drive to that FTP address and go from there?
    2) You could try rolling your own dialog via FTP - that's something I've definitely done before!
    In the following snippet, I start an FTP session on the NI FTP site, log in as anonymous, list the base directory files/folders and then close my session. I then unbundle the directory listings array and plug the name and item type into the item names of a multicolumn listbox.
    CLD

  • Save selection to file

    Is there a way to save a selection I've made to a file for web? Currently my process would be Select an area > Crop > Save for Web > Go back in the history.
    Any help is greatly appreciated. Thanks a lot.

    JJMack wrote:
    Trevor I think you entitled to have your opinion. However I don't for the life of me have any idea of what you mean when you write that Actions and Scripts get in the way of core function.  Can you expand on that please
    Glad to. I came into this thread with an astonished reaction that someone would write and use an action to make a new image file from a selection, because — IMO — It is just too quick and easy a process to warrant an action. (Unless you had a large number of these to do).
    My view is that people enjoy creating code, but at some point, Photoshop stops being a tool to edit and create images, and becomes a means to itself rather than a means to an end.  In this thread a six key operation was being truncated to a minimum two key operation (assuming the OP had them available to launch his action — he might had needed to resort to a THREE key operation to launch!).   In THIS THREAD  p.c supplies what I am sure is a very elegant 10 odd lines of code to save the OP the trouble of hitting the ‘v’ key to select the Move tool after they launch Photoshop!  I wonder how many times a person could hit that ‘v’ key in the time it took p.c to write and implement that code? 
    Note that I am not saying that Actions and Scripts are a bad thing.  Just that they can be overused, and in situations where they don't make any sense.
    I have taught Photoshop at the last two Photographic Society of New Zealand’s National Conventions, and to some of the best amateur photographers in the world.  I have also had to deal with huge resistance to the use of Photoshop in high level competitions and Exhibitions, so I take the view that Photoshop is just a tool — as is a camera or dark room equipment. (BTW  When I say resistance, I am talking about an aggressively argued stance that the use of Photoshop is unfair, and nothing to do with photography.)
    Of course I get a great deal of pleasure out of using Photoshop, but I try not to lose sight of the fact that is a tool for editing and creating images.
    Having just spent several minutes typing this out, and spending way too much time in this forum as well, I actually have a fast approaching deadline for my current project, so time to get back to work. 

  • BUG: "Save As" dialog is not showing

    sometimes i have the problem (since CC) that the SAVE AS dialog is not showing.
    the window does not show when i select SAVE AS.
    SAVE works.. but i often want to save a new version without overwriting the old.
    i don´t know why it happens but it seems that BIG files (panoramas or many layers) are affected more often.
    happens 3-5 times a week.
    never had this problem with PS prior to CC.
    my system:
    intel I7 2600K
    16 GB ram
    GTX 770 (latest drivers)
    240 GB SSD (OS windows 7 64 bit)
    120 GB SSD (60GB free for scratch files)
    2 TB harddisk (1 TB free for scratch files)

    Photoshop should not crash even with big files so apparently there is something wrong.
    yeah obviously...
    Have you tried resetting Photoshop's preferences yet? That sometimes cures malfunctions.
    i have resetted the preferences yes.
    photoshop should not crash i agree.... but as you can read here in this forum it does.
    no software is free of bugs.... and i have worked long enough with computers to burry that expectation.

Maybe you are looking for

  • To find no. of active connections in a connection pool

    How can I find no. of active connections in a connection pool?

  • SQL*Loader ContinueIf  with X'hex'

    Hi all, i am using SQL*Loader: Release 9.2.0.6.0 to import a text file with this CTL file : LOAD DATA INFILE AZUPI00F.TXT REPLACE CONTINUEIF THIS (1:3) != X'0D0A1A' INTO TABLE SP_AZUPI00F      (UPIUPI          POSITION     (1:5)               INTEGER

  • Stopping Photo in Ken Burns Fade

    I am creating a photo montage in IMovie 10. I like the Ken Burns effect, but want the photo to stop for a second or two before the fade. By the time the effect gets to the closeup, it goes right into the next fade. Help!

  • PS docked to additional monitor not opening in main monitor

    Do so hope someone can help. I'm running CS5 on an ASUS laptop with Win7 (my desktop system had a motherboard failure) that is docked to a 23" monitor. For some reason, Illustrator and other parts of CS5 Design Standard seem to open just fine on the

  • Trigger Raise Error

    Hi, During the Creating Trigger, Created with Warning. In User Errors their as display the error of NAME      TYPE      SEQUENCE LINE      POSITION      TEXT JOBSCHQTY      TRIGGER      1     29     42     PL/SQL: ORA-00984: column not allowed here J