ciao ragazzi, sapete dirmi che lavoro fa questa porzione di codice?
Check if any files were uploaded
If Uploader.Files.Count = 0 Then
response.redirect "nessuna_foto.asp"
Else
' Loop through the uploaded files
For Each File In Uploader.Files.Items
' Save the file
File.SaveToDisk "d:\web\nomesito.it\immagini\prodotti\"
Next
response.redirect "upload_prodotti2.asp"
End If
%>

Rispondi quotando
