I defined an image control with an Action of URL specified.
When I specify a URL that points to a location with spaces in it, the URL is encoded, but VC replaces the spaces with + instead of %20. I tried many variations to get it to not encode and/or encode differently, but to no avail.
How can I specify a URL that includes spaces in it for an image control?