Skip to main content
16-Pearl
December 6, 2018
Solved

Special Characters in Image link

  • December 6, 2018
  • 1 reply
  • 1153 views

Hi, 

 

If image name contains the special characters(#) and assign the image path to Thing property, image is not assigning to Thing property. If we go to thing and set the same image manually to Thing, image is assigning to Thing property. 

I have defined Property Type is IMAGELINK

 

I am using the below code for assign image to Thing property.

 

var imageName  = "Image #22.PNG"

var imagelinkpath = "/Thingworx/MediaEntities/" + imageName;

Things["XYZ"].Imagepath = imagelinkpath;

 

Could you suggest what way we can achieve if image name is having the special characters and assign the image to Thing in programmatically?

 

Thank You

 

Regards,

latha

Best answer by posipova

Please look into this, try replacing your special character with the ascii code https://cachefly.zendesk.com/hc/en-us/articles/215068626-How-to-format-URLs-that-have-special-characters-in-the-filename-

1 reply

posipova20-TurquoiseAnswer
20-Turquoise
December 6, 2018

Please look into this, try replacing your special character with the ascii code https://cachefly.zendesk.com/hc/en-us/articles/215068626-How-to-format-URLs-that-have-special-characters-in-the-filename-