CSV Files

C

Cath

I am collecting data via a webpage. Is there a way of
when the CSV file is imported into Excel (that if the user
has pressed return/enter when completing the form) that
this could be automatically deleted.
 
I

ivers

Automatically deleted from the webserver or from a local folder ?

The webserver is easy, make a script to delete it after you have
downloaded. (that could be bad if you manage to delete or change the
file..)

The local folder...delete it manually.
 
Top