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>
Edição feita por: Alexvp, 15/11/2008, 14:38.