Search found 4 matches

by eincioglu
Tue Oct 18, 2005 1:33 pm
Forum: GFL SDK
Topic: Virtual Directory
Replies: 1
Views: 1543

Virtual Directory

"We managed to show the images from a physical path ( for examaple : C:\İnetpub\wwwroot\archieve\images\img.tiff ) But our images
are on a file server which is on a different machine from our IIS. Your component will be registered on IIS and we are going to reach the images
from your component. The ...
by eincioglu
Tue Sep 27, 2005 7:32 am
Forum: GFL SDK
Topic: SetBlob & GetBlob
Replies: 4
Views: 2459

Pierre,

The object type is tiff. goruntu_al is function and returned object. This function is returned recordset. Recodset value is "resim" and returned binary value. You have not problem now. Thank you. ;)
by eincioglu
Mon Sep 26, 2005 7:12 am
Forum: GFL SDK
Topic: SetBlob & GetBlob
Replies: 4
Views: 2459

My code is ,

<!--#include file="library/goruntu_al.asp"-->
<%
Set ctrl = server.createobject("GflAx.GflAx")
resim = goruntu_al ("elekarsiv.enc","header","frontpage"," refno ='T05K9NF07006CS'")
response.ContentType ="image/tiff"
With ctrl
.GetBlob (resim)
Response.BinaryWrite .SetBlob()
end with ...
by eincioglu
Fri Sep 23, 2005 2:05 pm
Forum: GFL SDK
Topic: SetBlob & GetBlob
Replies: 4
Views: 2459

SetBlob & GetBlob

How to use this function ? u have example code ? We are reading image from database with recordset. Thank you for all.

Come usare questa funzione? siete avere codice di esempio? Siamo immagine della lettura da base di dati con recordset. Grazie per tutti.