Posted by Pinolo@www.drup... on April 12, 2007 at 4:18pm
I'm developing a small db access module. In the admin pages, I allow the export of a table as CSV (through clicking a link). I use file_transfer after having gzencoded the export. I'd like to be able to display a message after the transfer but so far I haven't figured out how. I have tried adding the "Location:" header as a last header argument in the file_transfer command, in order to reload the referring page, but that voids the file transfer.
Thanks in advance.