<!--#include file="../config.asp" -->
<%
Set mySmartUpload = Server.CreateObject("aspSmartUpload.SmartUpload")
mySmartUpload.Upload
intCount = mySmartUpload.Save(strCaminho_fotos)
Response.redirect "noticias_inicial.asp?msg="&intCount&" arquivo(s) copiados com sucesso"
%>
Abrços