ciao ho questa situazione:
le foto sono contenute nela cartella public/foto
e nel campo rsestrai("foto1") c è il percorso con il nome della foto
es public/photo/prova.jpg

per espertissimi!!!
ho in locale il framwork e l'esempio Gallery.zip funziona aala perfezione ma devo adattarlo alle mie esigenze.
ovviamente non tocco i file resize.aspx e imgz.asp

codice sorgente mio:
<td bgcolor="#FFFFFF" width="110" height="75" align="center">


" onclick="NewWindow(this.href,'name','750','550','y es');return false">[img]<%=rsestrai([/img]" width="100" height="75"></td>


codice che sta nel file galleria.asp:

<td width="128" height="128" align="center" valign="bottom">
<%
response.write "<a href='galleriafotogrande.asp?foto="&dir&"/"&server.htmlencode(arr(k))&"'>"
response.write "[img][/img]"
response.write "</a>"
%>
</td>


so che dir è il valore della directory ma il mio problema è che devo visuallizzare le mie foto secondo il filtro che mi serve e ho i percorsi registrati nel database!!

file elenco.asp dove visualizzo le foto piccole:
<form>
<div align="left">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="bottom" class="Titolo" height="21">
<%if rsestrai.EOF then%>
<table border="0" width="100%">
<tr>
<td width="100%">
<p align="center"><font size="3" class="Titolo">Non ci sono
File!!</font>
</td>
</tr>
</table>
<%else%>
<table width="100%" border="0" cellspacing="2" cellpadding="1">
<%rsestrai.AbsolutePage=pag
while not rsestrai.EOF and rowcount < rsestrai.PageSize
rowcount = rowcount +1%>

<tr>
<td bgcolor="#FFFFFF" width="110" height="75" align="center">


" onclick="NewWindow(this.href,'name','750','550','y es');return false">[img]<%=rsestrai([/img]" width="100" height="75"></td>
<td bgcolor="#0098FF" width="143" height="75" valign="top">



<p style="margin-top: 0; margin-bottom: 0"><font size="1" color="#FFFFFF">Autore:</font></p>

<p style="margin-top: 0; margin-bottom: 0"><font size="1" color="#FFFFFF">Soggetto foto:</font></p>

<p style="margin-top: 0; margin-bottom: 0"><font size="1" color="#FFFFFF">Dettagli:</font></td>
<td bgcolor="#C0C0C0" width="420" height="75" valign="top">



<p style="margin-top: 0; margin-bottom: 0"><font size="1"><%=rsestrai("indi_tipo")%>
</font>
</p>

<p style="margin-top: 0; margin-bottom: 0"><font size="1"><%=rsestrai("prezzo")%>
</font>
</p>


<p style="margin-top: 0; margin-bottom: 0"><font size="1"><%=rsestrai("composizione")%></font></p>
</td>
</tr>



<%rsestrai.MoveNext
wend%>
</table>
<%end if%>
<table border="0" width="100%">
<tr>
<td width="100%"></td>
</tr>
<tr>
<td width="100%" align=center>
<%for i=1 to rsestrai.PageCount%>
<font size="4"><%=i%></font>
<%next%>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><font color="#FF0000" size="2">pag <%=pag%> di <%=rsestrai.PageCount%></font></td>
</tr>
</table>

</td>
<td></td>
</tr>
</table>
</div>
</form>


</p>
<%'=strricerca%>

grazie confido in qualche guru :master: