2006-11-18, 04:55 PM
I am in the process of adding the ability to view your photos via EWA. I have it working fine in IE but now that I am testing with FireFox my images will not display.
Here is the line of code that I am using to set the image control on the page:
The address (from image property) that shows up when viewing in IE looks like this (this works fine):
The address (from image property) that shows up when viewing in FireFox looks like this (this does not work):
The value of the deserialized location looks like this (This is a mapped location...UNC encoding):
Anyone have any ideas? I did try doing a UrlEncode on the returned image location but that did not work.
Here is the line of code that I am using to set the image control on the page:
Code:
picture.ImageUrl = Convert.ToString(PublicDownload.Deseralize(Request.Params["pic"]));
Code:
file://naslite-smbg/Disk-4/Pictures/Baltimore%202003/Baltimore%202003%20002.jpg
Code:
http://localhost:7647/gbpvr/%5C%5CNaslite-smbg%5CDisk-4%5CPictures%5CBaltimore%202003%5CBaltimore%202003%20001.jpg
Code:
\\Naslite-smbg\Disk-4\Pictures\Baltimore 2003\Baltimore 2003 001.jpg
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's