Background
As users, i want to upload any file that i want to proceed without any worries regarding non-standarize name on file or not
Current condition
iLovePDF seems have sensitive case regarding non-standarize or duplicate characters on file name that want to proceed, so whenever any file that have non-standarize or duplicate characters on it. It will return error and crash iLovePDF logics with error
({"error":{"type":"ServerError","message":"Something on our end went wrong, probably we are not catching some exception we should catch! We are logging this and we will fix it.","code":"500"}})
Next condition
Handle properly on the front-end services to rename any uploaded file before serve to the backend, this is better approach and less modification on source code. Due change renaming logic on backend could be hectic and risky.
What's Changed
- v3.4.4 20250112 [Frontend Module] by @Nicklas373 in #309
Full Changelog: v3.4.3-FE-PROD...v3.4.4-FE-PROD