I am writing an intranet cgi script in ksh to accept certain params from a form and present back to the browser a spreadsheet (csv). I can create the csv easily enough, but I'd like the spreadhsheet to be immediately presented. Although I've limited experience of cgi, it seems to me that I have to present the user with a page generated by the script that contains a link to the csv rather than just returning the spreadsheet.
Sorry if this seems a daft question !
Sorry if this seems a daft question !