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
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.