Ojs 3.3.0.6 - file names

Hi,
After upgraded to 3.3.0.6 the file name and folder format is changed. File names comes as gibberish. All the files comes directly under a submission id folder. Is that right? All the files links correctly but I see lot of difficulties in finding what is what. whether it is reviewed file etc.

Also when we download the file name differs according to browser we use.

Is there any option to change the file and folder format?

regards
Latha G Ravikumar

Hi @latha_ojs, yes this is the way it is intended to work from 3.3+. Submission files are no longer duplicated when they are forwarded from one stage to another. The underlying file storage is decoupled from the handling of submission files. This allows us to better support configurations where the file directory may be offloaded to a cloud service provider such as AWS.

Also when we download the file name differs according to browser we use.

This is likely due to how the browser chooses to handle specific characters in filenames. We deliver the file to the browser with the name that the user entered for the file, but some characters may be stripped or changed by the browser. You can learn more at Diacritics are stripped from filenames when downloading · Issue #6898 · pkp/pkp-lib · GitHub.

Is there any option to change the file and folder format?

No.