Guest --FLAVIO DINIZ -- Postado Julho 26, 2007 Denunciar Share Postado Julho 26, 2007 OLA PESSOALhttp://www.origemdigital.com/teste/lista_pasta.aspCOMO LINKAR ESSAS IMAGENS PARA DOWNLOADCOD******************************************<head><meta http-equiv="Content-Language" content="pt-br"></head><%Set fso=Server.createobject("Scripting.FileSystemObject")Set pasta=fso.GetFolder("e:\home\origemdigital1\web\imagen_plotter")Set arquivos=pasta.filesfor each arquivo in arquivos response.write arquivo.name & "<br>" %> <table border="1" width="53%"> <tr> <td width="231"><%=arquivo.name%></td> <td><a href="<%=arquivo.name%>"><%=arquivo.name%></a></td> </tr></table> <% next%>SO ESTA APONTADO PARA A PASTA QUE TA O ARQUIVO LISTA PASTA .ASPQUERO QUE APONTE PARA WWW.ORIGEMDIGITAL.COM/IMAGEN_PLOTER/NOME ARQUIVOVALEU Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 bareta Postado Julho 26, 2007 Denunciar Share Postado Julho 26, 2007 use o codigo http://www.portalmaracaju.com.br/blog/arti...=87&blog=14 Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Guest Visitante Postado Julho 26, 2007 Denunciar Share Postado Julho 26, 2007 use o codigo http://www.portalmaracaju.com.br/blog/arti...=87&blog=14VALEU MESMO VOU FAZER Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Guest --FLAVIO DINIZ --
OLA PESSOAL
http://www.origemdigital.com/teste/lista_pasta.asp
COMO LINKAR ESSAS IMAGENS PARA DOWNLOAD
COD
******************************************
<head>
<meta http-equiv="Content-Language" content="pt-br">
</head>
<%
Set fso=Server.createobject("Scripting.FileSystemObject")
Set pasta=fso.GetFolder("e:\home\origemdigital1\web\imagen_plotter")
Set arquivos=pasta.files
for each arquivo in arquivos
response.write arquivo.name & "<br>"
%>
<table border="1" width="53%">
<tr>
<td width="231"><%=arquivo.name%></td>
<td><a href="<%=arquivo.name%>"><%=arquivo.name%></a></td>
</tr>
</table>
<%
next
%>
SO ESTA APONTADO PARA A PASTA QUE TA O ARQUIVO LISTA PASTA .ASP
QUERO QUE APONTE PARA WWW.ORIGEMDIGITAL.COM/IMAGEN_PLOTER/NOME ARQUIVO
VALEU
Link para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.