How to send the text file on click of the button

Hoe can I upload the text file generated to the different server on the click of the button.
Any help regarding the query will be a great help!!!

It depends on which protocol you use to comunicate with the diferent server. This is not tryton specific but something that can be achieved with Python programing.

For the tryton side you should genereate the text file (probably using a report template) and then read it to upload to the server.

1 Like