........
linee=Instream.readAll
if trim(linee)="" then
response.write "il file è vuoto"
end if
ok il file è vuoto se c'è uno spazio, ma se ho una new line il file non è vuoto, contiene una linea anche se non si vede.
come faccio a gestire questa cosa??
ciao e grazie:byebye:
linee=Instream.readAll
if trim(linee)="" then
response.write "il file è vuoto"
end if
ok il file è vuoto se c'è uno spazio, ma se ho una new line il file non è vuoto, contiene una linea anche se non si vede.
come faccio a gestire questa cosa??

ciao e grazie:byebye: