codice:
nome_file = file3.name
pos = instr(nome_file, ".")
response.write(left(nome_file,pos))
Roby