I have only worked with asp and vb script every couple of years for a very small period of time each time. I am trying to determine what may be the best process for:
I needed to create a html form - this done and working
Then I am suppose to create an excel file and email this excel file as an attachment.
Quandry -
I already figured out how to use asp to create an excel file that opened in the browser but this is not what is needed.
Instead I need to create an excel file that can be sent via email as an attachment.
I believe I just figured out how to write on the server this excel file. I found the file has to be on a server and Not on a local computer.
Therein is the problem.
I believe this excel file may contain data that not everyone should see.
Is there a way I can create a temporary excel file from the asp input that came from the form. And then email this temporary file so that it does not remain on the server?
Or is there a better approach?
Thank you in advance for any assistance with this.
I needed to create a html form - this done and working
Then I am suppose to create an excel file and email this excel file as an attachment.
Quandry -
I already figured out how to use asp to create an excel file that opened in the browser but this is not what is needed.
Instead I need to create an excel file that can be sent via email as an attachment.
I believe I just figured out how to write on the server this excel file. I found the file has to be on a server and Not on a local computer.
Therein is the problem.
I believe this excel file may contain data that not everyone should see.
Is there a way I can create a temporary excel file from the asp input that came from the form. And then email this temporary file so that it does not remain on the server?
Or is there a better approach?
Thank you in advance for any assistance with this.