Serve export file
-
Hi guys, I want to export selected data from a list table of my plugin. The data should be exported to a file. I was not able to create a download by passing id’s at the same time.
Thought I can pass the selected id’s from the list table to an ajax-function. Well.. this works but the resulting file is not sent to the client since it’s a side-request. So this doesn’t work. Next I tried to add a template_redirect for a request download/export.xsl but that way I only can pass the id’s via GET imho. (That’s not so good..)
What’s the common way to do so?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Serve export file’ is closed to new replies.