The image binary file is downloaded from the web using JSL in the format of.
![2022-11-25_11-07-14.png 2022-11-25_11-07-14.png](https://community.jmp.com/t5/image/serverpage/image-id/47607iC302B97FB4C8A9DF/image-size/large?v=v2&px=999)
I tried the following JSL, which cannot be loaded as a picture in the table.
rs=New HTTP Request(URL(u),Method("GET"),Headers(h));
rr=rs<<Send;
img="New Image(Char To Blob("||rr||"base64compressed\!"),\!"png\!")";
dt=New Table("kk",Add Rows(1),New Column("A", Expression),New Column("B", Expression),New Column("C", Expression));
dt[1,1]=img;
I have attached the results of this binary file.