Droplet overwriting created file when saving

I having issues with my droplet.I'm using CS4.
I created an action that opens the pdf file, resizes it to 500 width, saves to a drop folder (NOT the same as original image folder) and then closes.
I created a droplet for this action. I have overides for the Open and Save As commands checked. And Suppress the File Open Dialogs. I have the folder going to that same drop folder as my action with the file name as document name + extension.
I drag my files onto the droplet and it appears to be working. Only problem is it keeps overwriting the file name with each new one. I've got one image in the folder (out of five that I'm testing with) instead of each image saved. What the heck? I've never had this issue before.
Just to be clear, it's not overwriting the original image. It's overwriting the created image over and over.
I have also tried the Image Processor with no luck there either. I've used it with that same action which creates one PSD file over and over, even though I tell it to create a JPG. I've also tried it without the action and it does nothing.

When you created the Droplet, did you choose Destination: Folder, and did you choose [ ] Override Action "Save As" Commands?
You will need to do so, and specify Document Name for the File Naming field, if you want it to work the way you are describing.
-Noel

Similar Messages

  • Overwrite message given when saving pdf files

    If I open a pdf attachment in Thunderbird and then select "Save As" in the pdf application, I get an overwrite message when using an edited existing filename. eg: If a filename xxxx.pdf exists in the folder to which I want to save and I use the name and then edit the name to xxxx2.pdf prior to saving, I get a "Overwrite existing file xxxx.pdf" message. If I select "Yes", it saves the file as xxxx2.pdf and does not overwrite the old file (so the result is what I intended). This is thus a false message, as the mechanism works correctly.
    I have version 24.5.0 installed on Windows 8 and Adobe Acrobat Reader XI as default. It was working correctly on my XP machine, but seemed to have changed when changing to Windows 8.
    When following the same steps from a file outside Thunderbird, I do not get the message.

    Is this PDF open in acrobat reader? If so Thunderbird has no control or involvement in the process at all, you will need to contact adobe about the aberrant behavior..

  • CS6 OS X and Illustrator creates temp files when saved

    Hello all,
    First time to the forums, did a search and couldn't find anything, called customer support they didn't have an answer, and they directed me here.
    We recently upgraded from CS5 to CS6 for OS X(Snow Leopard).  Now, when our users open a file and save it, the file is saved, but along with the file, a temp PDF file is also saved in the directory.  So needless to say, if my user makes 10 changes to the file, there is the original and 10 temp PDF files in the directory.
    We never experienced this with CS5, and I'm not sure where to look, our environment has been unchanged with the exception of the upgrade.
    All the files they are working on are on a Netapp NAS device, and only one person is working on a file at a time.
    any help is appreciated.
    --nixIT
    EDIT:  Anyone?  Any ideas?
    Message was edited by: nixIT77

    Back up all data.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Select the text on the line below by dragging across it. Don't include the blank space at the end of the line.
    sudo chmod -R -N
    Copy the selected text to the Clipboard (command-C). Click anywhere in the Terminal window, then paste (command-V). Press the space bar.
    Now switch to the Finder and and select the item(s) that are causing the problem. Drag the items into the Terminal window. More text will be added to what you entered.
    Click in the Terminal window to activate it, then press return.
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you don’t have a login password, you’ll need to set one before you can run the command.
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear. You can then quit Terminal.
    Test.

  • Illustrator renaming files when saving

    I am working in Illustrator CS2 on a PC. When I open a .ai file that I created, work a bit and save again, my files are being renamed. Example: My original file that was named "planning details.ai" gets renamed to "PLANNI~5.ai."
    Why is this happening? Thanks!

    What you are describing is an OS issue. Or possibly a DOS issue (Even though they say it no longer exists, ha). The first name is a long file name and the second is a short file name.
    The short file name is used if you are using an FAT formated drive. An option is enabled in windows to use short file names only. Another possiblity is a portion of your Table on the hard drive is corrupted.
    The Fat table can be changed using a utility in windows that converts FAT to NTFS or Formatting the drive, that is assuming the drive can be changed. Some drives like flash drives for a camera may be required to stay as a FAT drive for the camera to work correctly.
    The option for enabling short filenames may no longer be available. Windows use to have a place to change settings when issues come up to rule out the cause. Its possible that during Windows 98 to Windows ME it got phased out. I did not see it in Windows XP but then again quite a few options are now hidden. So if you did not change it yourself odds are you can rule out this theory.
    As far as a corrupt NTFS Table goes it might be as simple as using chkdsk.exe or as bad as formating the drive. Odds are you would notice this issue when saving any or all new documents and reading a directory (folder) may show jibbersh or the short filenames only.
    The tell tale sign of a short file name is the length of the name which is a maximum of 8 characters, plus the period, then the 3 character extention. If the long file name exceeds the limit of the short file name, a ~ character is used just before the period and the extention is trunicated to the first three characters after the period. Also the short file name can only use alphanumeric characters.
    Hopefully this helps some. I do not think there is an option in Illustrator for determining which filename type to use. As this is usually left up to the OS.
    Good luck...

  • Overwrite executable file when the process is running

    When a program is still running (a UNIX server process), can I overwrite the executable file with a newer version?
    also, can i overwrite a shared library file that is being used by a currently running process?
    I don't think it is a good idea. But what happens?
    This is my first posting. Sorry if this is not the right place.

    Your question is about Unix. This forum is about C++ programming. You are more likely to get comprehensive answers in an OS forum. But I can tell you part of the answer.
    Remember that in Unix, a directory entry is separate from the file it refers to. One file can be referred to (linked to) by more than one directory entry. The file system keeps a count of how many directory entries refer to a file, and how many processes currently have the file open. When the directory count and the process count both go to zero, the space used by the file is reclaimed.
    The answer to your questions depend on exactly how you overwrite the files. A typical way to overwrite a file is to delete the orginal file and create a new file with the same name in the same directory. Most applications that seem to be changing the contents of a file actually delete the original and create a new file.
    Suppose you create a new version of /mydir/mylib.so, which is currently in use by process1. The directory entry /mydir/mylib.so now points to a different file, but process1 continues to use the old file, which currently has no name, and no directory entries pointing to it. If you start a new process that depends on /mydir/mylib.so, it will use the new library version. When process1 exits, the last reference to the original version disappears, and the disk blocks used by the original version will be reclaimed.
    If you used some other mechanism to update a file, such as a binary editor that changes disk blocks directly, you could create inconsistencies for processes that are using the file. Whether processes using the file see a change depends on whether they go back to refer to the file, or have finished reading it.

  • Photoshop Elements 7 - format changes to temp file when saved

    When I open a file in the edit screen (quick edit) and then edit the file -- when I close it (and agree to replace the current image), it closes as a temp file and I lose the jpg file? It does state that the image "Could not save as ..... because the file is already in use or was left open." Then I close it and the jpg is gone. Is there some setting I have to change? I just want to make changes and then save as the same file so I only have the new, edited image? I know I have done this before.
    I am using Vista and Photoshop elements 7. I had elements 4 before and this never happened. In fact, I used my elements 7 before and it never happened.
    Thanks for any help.

    Please explain more as if your new file is not created properly or it is not recognized as a supported file format. In later case you will see some unsupported file format icon when you save the file and check its file icon.
    Also when you save the file, a jpeg settings dialog box comes up. Make sure you select appropriate settings.
    If you find that its just the unsupported file, then try opening the file with File->open As and choose jpeg and see if its opening.
    Also try open with after right click the image icon and browse and choose PSE as a default app for opening a file.
    -garry

  • IMovie error - cannot create file when I attempt to share

    I am using MAC OS X 10.9.5, iMovie 10.0.5.  I have successfully create many movies by using Share to file - of long and short sizes. This particular time I made couple of minor edits to my movie which had previous shared to file with no problem, and when I went to Share to File I get an error message. The Share fails with the error "cannot create file".
    I have plenty of disk space.
    All other applications are closed, just imovie running.
    The destination is the mac internal hard drive.
    I deleted imovie and re-installed it.
    I deleted the Render Files.
    No luck.
    Any clues would be greatly appreciated.
    Super frustrated.
    Thanks.

    docjob2001 wrote:>
    Is there a way to go back download 9.02 again?
    you can download it from here: http://www.versiontracker.com/dyn/moreinfo/macosx/10057115&vid=11116557&mode=inf o
    My only backup is version 8.2 and will not open my itunes library - is there a workaround for this?
    maybe. you could try this:
    to downgrade to a previous iTunes version, you could try this user tip that seemed to have worked for some:
    +1) Quit iTunes.+
    +2) Delete iTunes from your Applications folder.+
    +3) Go to your ~/Music/iTunes folder. Delete or rename the "iTunes Library" file.+
    +4) Open the "Previous iTunes Libraries" folder and look for the backup of your old pre-9 library; it should be dated at about the time you first ran iTunes 9. Copy it back out to the ~/Music/iTunes folder, and rename it to "iTunes Library".+
    +6) click here to download iTunes 8.2.1. The page says it's for G3, but the Read Me file says it'll run on G4, G5, and Intel too. Open the disk image and run the installer.+
    +You should now be able to run iTunes 8.2.1 again.+
    +And your iTunes will restore to before you upgraded and you won't lose anything+.
    good luck !

  • Cannot create file when trying to download

    Have an early 2006 iMac 17 inch with Intel chip running OSX 10-47 using Safari
    Quite suddenly, when I try to download anything (widgets, any applications etc) I now get the error message "Cannot create file" and am unable to download.
    Safari used to work fine but now won't let me download anything!
    Help!
    Chris
    Intel chip iMac 17 inch   Mac OS X (10.4.7)   Early 2006 iMac

    It still sounds like you are trying to download to a
    folder with insufficient permissions to allow you to
    create files.
    Try creating a new folder on your Desktop, say
    Downloads for example, and change the Safari
    preferences so that this is the download location.
    Now when you try to download, does it still fail?
    If it does fail, try using Safari in another user
    account.
    This will help us to know whether your problem is
    local to your account or system wide. If you don't
    have another account you can use System Preferences
    -> Accounts -> [+] to create a test one (and [-] to
    remove it if needed)
    OK I followed the suggestion and created a new folder for downloads in my own home directory as suggested and lo and behold, I can now download again!
    Thanks!
    However, how did I suddenly lose permission to download to my desktop?

  • Problem with the location of files when saving files after signiging them

    We have a application that calls acrobat writter to sign a pdf (some sign boxes not the all document), but when using the latest Acrobat it insists on saving the signed files to the previous open path used by acrobat and not to the current file location, saving the file on the wrong path, how can i fix this ?
    example
    acrobat.exe c:\myfile.pdf ...-> tries to save to d:\some_path_where_user_worked_previouly
    To me this is a bug, i open a file make a change and the aplication tries to save the file somewhere else ? this is most wierd and also this was not the way acrobat 8 worked....
    but i have yet to find a solution... also the same problem occures if i open the pdf file in windows explorer
    HELP PLEASE
    Miguel

    I Have found the aswer.
    Has i suspected it was a bug, i was being miss lead by a work collegue that reported that she run the updates and it didn't fix anything, but today she reported other wise.
    I have run the Adobe Acrobat 11.0.06 upgrade and all is fine
    Bug FIXED.
    Thanks any way
    Miguel

  • Disable "Overwrite existing files" when upload doument

    Dear team,
    in document library, when upload document, i don't want the document to overwrite the documents with the same name.
    there is chekbox in upload page, that is default checked, I searched and some people said that I can update the upload page, find the checkbox control, and set the value to false, so i update the value in Upload.aspx and Uploadex.aspx page to change the
    value.
     but after changing the value, I cannnot open the upload page successfully, it always shows error.
    Did I do anything wrong?

    Hi Greetings.
    This is not the right procedure
    Scording to your post, my understanding is that you wanted to override SharePoint OOTB Upload.aspx default for " Overwrite existing files" checkbox.
    We can use the AdditionalPageHead delegate control to change the default without modifying upload.aspx.
    There is an article for your reference, although it is about the WSS3.0, it still works for SharePoint 2013: Turn Default Upload Overwrite Off in WSS 3.0
    Please follow the steps as below:
    Download the solution file form here
    Copy the wps file to the Disk C.
    Open the SharePoint 2013 Management Shell.
    Run the command: add-spsolution c:\ DefaultUploadOverwriteOff.wsp
    Open the Center Administration, click System Setting->Manage Farm Solution-> dp.sharepoint.workflow.wsp->Deploy to one or more Web Application.
    Open the site, clilck Site settings-> Site collection features-> Default Upload Overwrite Off->Active.
    Open the library, the 'overwrite existing files' checkbox will be unchecked.
    Source Link http://social.technet.microsoft.com/Forums/office/en-US/0a94c70b-20e5-4cee-93e2-fbaf50a9ac07/removing-the-overwrite-existing-files-checkbox-which-appears-when-uploading-a-new-document-in?forum=sharepointgeneral
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Illustrator also saves a new .ai file  when saving with batch

    When saving for Web as .png with a batch, illustrator also saves a new .ai file.
    The batch opens the .ai files from a specific map and saves them in another map.
    Is there a reason that illustrator does this ?
    Now I have to delete all the .ai files from the saving-map.

    Which version of Illustrator? Which Batch settings in detail?

  • Photoshop Elements 11 freezing and creating 1000s of tmp files when saving images

    Photoshop Elements 11 freezes up and then continues to create 1000s and 1000s AND 1000s of tmp files in the same location as I was trying to save the jpg. Any ideas on what is going on?

    GO to Edit->Preferences and you will see Reset Preferences on next launch
    Click this button to ensure that all product preferences are reset to default settings when Elements Editor is restarted next. Available at Preferences > General.
    Also try enhancing the performance with the tips - http://blogs.adobe.com/pselements/tips-to-enhance-photoshop-elements-p erformance/
    In case you are opening and saving to any network location try copying it on your machine and try
    Hope it helps.
    Thanks,
    Garry

  • Overwrite previous existing file when saving...

    I'm running Snow Leopard. I can't for the life of me find a way to "overwrite" an existing file - either when I drag the updated file into the Finder window, OR when I save to a particular folder. I am used to Windows, where you get a prompt saying "a file by this name already exists, do you want to replace the file or rename?"....or some such thing. How do I do this in OSX - I'm sick of files just automatically saving with a new extenmsion in the name, like: "file#1.pdf" or some such thing.
    Thanks in advance for any help you can offer.

    What you want is what should be happening. The options are these:
    1. Open a file; modify it and hit command-s or choose 'Save' from the File menu: the amended file overwrites the original.
    2. Open a file; modify it and hit 'Save as' - leave the filename unchanged: you will get this warning:
    3. Open a file, modify it and hit 'Save as' - leave the filename unchanged but save it somewhere else. Then drag it to the original location and you will get this warning:
    If this is not what is happening then you have a fault condition. It may be that the file's permissions have been incorrectly set. Select the file, hit command-i and scroll down to 'Sharing and permissions' and check that you have been set to read and write. You could also boot from your install disk - don't start an install, but choose 'Disk Utility' from the 'Utilities' menu and run a Disk Repair.

  • DW is creating tmp files when saving files

    When trying to save a file on a site using DW we are getting
    a Access to G:\xxxxxx\MFCA43.tmp was denied. We were trying to save
    another file but DW is creating a sequential .tmp file everytime we
    try to save a file.
    Any ideas????

    Did you get any answers to your post? I have the same problem
    but can't find a solution.
    12/19/2007 05:02:12 PM
    When trying to save a file on a site using DW we are getting
    a Access to G:\xxxxxx\MFCA43.tmp was denied. We were trying to save
    another file but DW is creating a sequential .tmp file everytime we
    try to save a file.
    Any ideas????

  • Mac Illustrator CS4 creating duplicate files when saving

    Hi! All of a sudden, when I save illustrator eps files... I'm getting two files.... file.eps and file-01.eps. They are identical. How can I turn this feature off? I'm not sure how I turned it on! Thanks!
    Julie

    At the lower left of the Save Dialog try turning off Use Artboards.

Maybe you are looking for

  • Arch PPC, a G4 and a Saturday

    I had some spare time Saturday. Well, actually, I had plenty of stuff to do, I just did not want to. I was sitting at my desk thinking of anything that I could be doing besides what I should be doing A shiny box in the corner of my office caught me e

  • I can no longer connect to itunes using the icon on my desk top.

    my computer came with itunes which i used successfully but my nephew installed an other music program that i deleted and ever since then I can no longer open my itunes from the icon on my desk top. I just get the spinning circle for a few seconds and

  • Unable to vertical align flash file

    I have previously posted this on the Dreamweaver forum, however, have not been able to obtain a response. I have been attempting to align a flash file created with FC in the center of a web browser with CSS.  The file is 800 x 600 px and I was hoping

  • It is possible to reuse the obfuscated password from a dads.conf in the apex listener?

    Hello there, Little by little we are moving to the APEX 2 listener, good! But the problem is that every time that somebody ask me for a new set up I have the same problem: I go to one of our DBAs (nice guys by the way!) and ask, "may I have the passw

  • Motion 5 Tutorials

    Hi, I'm pretty familiar with FCPX, but completely new to Motion. I am now looking for some basic introductory video-tutorials for Motion 5 to get started. Any ideas, anyone?