Cannot view or open image when filename has a space

If the field store filename which links to image file in uploads/ folder, the image can’t be open or view when the filename has space in it although the file successfully uploaded.

The URL will generate something like /uploads/file+name+with+space.jpg?session=<session>

It will replace the spaces with + sign. If I remove the + sign from the URL, the image can be open

Which version are you using?

I’m using PHPMaker v2025.6

If I upload the image without any spaces, I can see the preview and the image can open when I click on it.

I have done some simulation. This bug only happen if you unchecked “Encrypt file path” in the Advanced Setting.

When this setting is checked, I can view the image with spaces in its filename. The URL when you mouseover to the image is also different, which is using api call.