Seems like a bug with GflAx.dll 2.54
Posted: Thu May 11, 2006 1:02 pm
Hi everybody,
To test the installation of the ASP component, I use the example.asp and image.asp provided with install.
If the image is located in the same folder as example.asp and image.asp, it works fine. Like
Thanks
Jean-Pierre
To test the installation of the ASP component, I use the example.asp and image.asp provided with install.
If the image is located in the same folder as example.asp and image.asp, it works fine. Like
If the image is located somewhereelse, example.asp displays info about the image, that's correct, but image.asp fails and I get the red X instead of the image. LikePath = Server.MapPath("/GflAx")
File = Path & "\image.jpg"
File = Path & "\result.bmp"
File = Path & "\microsoft_3.gif"
File = Path & "\COURIERA.TIF"
File = Path & "\Aquatique.jpg"
Any idea ?File = Server.MapPath("/xxxxx/yyyyy/zzzzz") & "/Aquatique.jpg"
File = server.mappath("/") & "/xxxxx/yyyyy/zzzzz/" & "Aquatique.jpg"
Thanks
Jean-Pierre