<% Set Upload = Server.CreateObject("Persits.Upload") Count = Upload.Save ("D:webpoint\docs\usuariodeftp\wwwroot\imagens") %> <% = Count %> Upload realizado <% Set Upload = Nothing %> ========== <% Set Upload = Server.CreateObject("Persits.Upload.1") Upload.Save "c:\upload" %> Files:
<% For Each File in Upload.Files Response.Write File.Name & "= " & File.Path & " (" & File.Size &" bytes)
" Next %>

Other items:
<% For Each Item in Upload.Form Response.Write Item.Name & "= " & Item.Value & "
" Next %>