I think this is pretty simple. My program will create an Excel file on the server using Automation. After that, I want to force the user to choose whether or not to download it, then, regardless of the choice, delete the file so it won’t just take up space. Any ideas on how I could accomplish this?
Share
You could read the file into an input buffer then delete the file and send the buffer to the user instead of the actual file.