Search found 3 matches

by Jean-Pierre
Thu May 11, 2006 7:33 pm
Forum: GFL SDK
Topic: GflAx not working, security problems?!?
Replies: 3
Views: 1924

Do you still have the problem ? :D

I've installed GflAx 2.54 and discovered that the examples are wrong, replace GflAxnnn.GflAx with GflAx.GflAx

Jean-Pierre
by Jean-Pierre
Thu May 11, 2006 3:51 pm
Forum: GFL SDK
Topic: Seems like a bug with GflAx.dll 2.54
Replies: 2
Views: 1884

The bug is in the sample, not in GflAx....

The way it's coded, folder names or image names containing spaces produce the error:

example1.asp should be coded:
<td rowspan="8" valign="top"><img src="image.asp?i=<%=file%>"></td>

image.asp should be coded:
File = request.querystring("i")

That's it
Jean-Pierre
by Jean-Pierre
Thu May 11, 2006 1:02 pm
Forum: GFL SDK
Topic: Seems like a bug with GflAx.dll 2.54
Replies: 2
Views: 1884

Seems like a bug with GflAx.dll 2.54

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
Path = Server.MapPath("/GflAx")
File = Path & "\image.jpg"
File = Path & "\result ...