The characters I have come across that will break an image in a HTML page if used in the image’s filename are:
& / \ *
Are there any other filename characters that would cause an image to not display?
The reason I’m asking is I need to store an image of some text and need to replace invalid characters in the filename.
This mechanism is in place, just trying to find a quick list of characters to save the tester some time.