Skip to main content
Participant
March 12, 2020
Answered

Saving/File extension issue in Photoshop 21.1.0

  • March 12, 2020
  • 18 replies
  • 11150 views

Hello Community! First time posting here!

I'm using OSX Catalina and I'm running the latest version of Photoshop. I noticed that now when I go to Save for Web (Legacy) Photoshop brings up the Save dialog box and the entire file name and extension are selected (Untitled.jpg). So when I type a file name it deletes the file extension and will not add it "automagically" like before. Save As works fine and so does Save but I like my good old Save for Web! Any other solutions?

This topic has been closed for replies.
Correct answer J453

"So when I type a file name it deletes the file extension and will not add it "automagically" like before. Save As works fine and so does Save but I like my good old Save for Web!"

 

This is fixed in the current version 22.5.1. If you rename the file without the extension, the correct extension for the file type selected in the Save For Web dialog is added when the file is saved.

18 replies

Participant
April 11, 2021

Nothing new?

Participant
May 14, 2021

NOTHING new, Adobe?

LEVEL7nz
Participant
May 24, 2021

Installed hte new updates yesterday.. 22.4.1 still busted... Sigh.

Participant
March 4, 2021

March 2021. Still not fixed.

Doubleplusungood.

Participant
March 21, 2021

Yep Still an issue. This is absurd. And I'm paying for this?

Participating Frequently
January 28, 2021

Jan 28th and still having this issue. Mojave 10.14.6. Adobe Photoshop Version: 22.1.1 20210104.r.138. Making life miserable. ADOBE WHERE ARE YOU? 

Stephen Marsh
Community Expert
Community Expert
January 11, 2021

As a work-around until the issue is fixed, you could try a scripted method to see if it overcomes the issue:

 

/* This script exports a Save for Web JPEG to a user selected-folder, replacing file name word spaces with hyphens */

#target photoshop

if (app.documents.length !== 0) {
    var docName = app.activeDocument.name.replace(/\.[^\.]+$/, '').replace(/ /g, '-');
    var docNameInput = prompt('Enter a filename (without extension):', docName);
    var docNameOutput = docNameInput.replace(/\.[^\.]+$/, '');
    var docPath = Folder.selectDialog('Select a folder to save the JPEG image to...');

    // File Path & Saving Code
    var saveFileJPEG = new File(docPath + '/' + docNameOutput + '.jpg');
    if (!confirm('File exists - press "Yes" to overwrite or "No" to cancel...', true))
        throw "Script cancelled!";
    SaveForWeb(saveFileJPEG);

    // JPEG S4W Options
    function SaveForWeb(saveFileJPEG) {
        var sfwOptions = new ExportOptionsSaveForWeb();
        sfwOptions.format = SaveDocumentType.JPEG;
        sfwOptions.includeProfile = true;
        sfwOptions.interlaced = 0;
        sfwOptions.optimized = true;
        sfwOptions.quality = 70;
        app.activeDocument.exportDocument(saveFileJPEG, ExportType.SAVEFORWEB, sfwOptions);
    }

    // alert('JPEG saved!');

} else {
    alert('You must have a document open!');
}

 

Downloading and Installing Adobe Scripts

 

I have offered this multiple times in other topics threads lamenting the same issue, however, I have not had any feedback so I don't know if it works or not.

Participating Frequently
September 30, 2020

I'm having this issue, I process a ton of images daily for work, this has been such a problem for us, having to manually add the extensions on a few exports is fine but when you do it for work all day and it really get old, come on Adobe.

 

I did notice that the problem was introduced in Catalina I think.

 

I have a comptuer that's still on High Sierra and I've done my photoshop updates to the latest, and I don't have this issue. Adobe and Apple might have to work together on this one to figure it out.

Known Participant
September 30, 2020

It did start with Catalina. Did not have this problem when using Mojave. I too wish Adobe would make resolving this oddity a high priority 

Inspiring
January 20, 2021

Jan 20, 2021 and I'm still dealing with this issue - which has been extremely frustrating. Especially when the mac can distinguish most file types without an extension, but when sending files to others they struggle. I'm also on Catalina, using the latest PS 22.1.1. Going to see if perhaps an upgrade to Big Sur helps, but what a PITA for something that seems so simple.

ucreatecrhis
Participant
September 29, 2020

Sooo......It's basically October. This still hasn't been fixed. Must be Covid holding up the process?

Derek Cross
Community Expert
Community Expert
March 12, 2020

Try using: File > Export > Export As and selecting the format and other details the subsequent dialogue box.

 

May 30, 2020

Wrong. 

Akash Sharma
Legend
March 12, 2020

Hi there,

 

Sorry that the Filename and the extension are both getting highlighted while saving a file in Photoshop 2020 "Save for web(legacy)".

 

We have seen many other reports and this problem has been identified as a known issue. Our engineering team is working towards a fix. Please feel free to add your vote and share your feedback in this discussion  Photoshop: File name and extension highlight when saving on macOS 10.15 Catalina so our engineers can look into it. 

 

Thanks,

Akash

May 30, 2020

How is this "solved" by claiming that it has been identified as a known issue? That's literally the opposite of "solved" as the problem is STILL HAPPENING. This is NOT a "correct answer" and when the heck will this ever be solved?

Charu Rajput
Community Expert
Community Expert
May 30, 2020

Hi,
Could you pelase specify which version of photoshop are you using and how are you trying to save? If this is issue is replicable at your end please share some relevant screenshot. 

 

Best regards