Author Topic: offline exporting of csv  (Read 1284 times)

wstewart

  • Newbie
  • *
  • Posts: 5
    • View Profile
offline exporting of csv
« on: November 02, 2020, 10:49:53 pm »
Hi

I was wondering what would be the best method to implement a download direct from the client to the client without the intervening upload to server? - I believe this is possible in there is a javascript function to create a url that can be used for a subsequent download?

Your example works okay but I'd like not to be dependent on an internet server or have to set up my own server.

Cheers.