G
Guest
Hello all -
This has been frustrating me long enough that I'm willing to appeal to the gurus out there to put this in my rear view mirror. I'm trying to access a JPEG file that I have within my website but need to show within a Crystal Report. I setup a disconnected dataset that has 1 column and I can read the image into the dataset fine if I use a path like below:
\\webserv\wwwroot\prodsite\images\1.jpg.
The moment I try to use the filestream to read from this location below (FYI prodsite.com is obviously to protect the privacy of the real site):
https://www.prodsite.com/images/1.jpg
It gives me a message of "The given path's format is not supported" (This also goes for 'Http'). If I can't use a filestream object to read the bytes of this image into a dataset in the report, what other options are available that are simple at this point?
Much thanks for any thoughts,
Mark
This has been frustrating me long enough that I'm willing to appeal to the gurus out there to put this in my rear view mirror. I'm trying to access a JPEG file that I have within my website but need to show within a Crystal Report. I setup a disconnected dataset that has 1 column and I can read the image into the dataset fine if I use a path like below:
\\webserv\wwwroot\prodsite\images\1.jpg.
The moment I try to use the filestream to read from this location below (FYI prodsite.com is obviously to protect the privacy of the real site):
https://www.prodsite.com/images/1.jpg
It gives me a message of "The given path's format is not supported" (This also goes for 'Http'). If I can't use a filestream object to read the bytes of this image into a dataset in the report, what other options are available that are simple at this point?
Much thanks for any thoughts,
Mark