Jump to content


Alexvp

Member Since 22/11/2004
Offline Last Active 24/06/2009, 03:42
-----

Topics I've Started

Enviar Mais De Um Arquivo

15/11/2008, 14:37

Alguém sabe como faço para este sistema enviar mais de um arquivo para o servidor?
Desde já muito Obrigado pela ajuda!
Testei vários sistemas para enviar arquivos grandes de 40MB mais ou menos, mais só este funcionou, só que preciso que ele envie mais de um arquivo.


<% Set upl = Server.CreateObject("SoftArtisans.FileUp") %>
<% upl.Path = "c:/inetpub/wwwroot/arquivos/" %>
<% upl.Save %>

<table ALIGN="CENTER" id="Tabela_01" width="790" height="593" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="imagens/INDEX_01.gif" width="790" height="206" alt=""></td>
</tr>
<tr>
<td ALIGN="CENTER" BACKGROUND="imagens/INDEX_02.gif" width="790" height="387" alt="">

<FONT FACE="VERDANA" SIZE"2" COLOR="RED">Total de Bytes Enviados: <%=upl.TotalBytes%>
O Arquivo foi Gravado com sucesso!!!<br>
Muito Obrigado!
<% Set upl = Nothing %> </FONT></td>
</tr>
</table>

IPB Skin By Virteq