Re: Transfer to/ from html5 standalone and text file
Posted: Thu Apr 23, 2020 7:36 pm
tsNet is not needed for most socket comms, including HTTP. It offers better efficiency for certain types of operations, and additional protocols like sftp not relevant to this thread.
But moreover, tsNet is for the client side of a client-server system. Unless I misunderstand, this thread requires assistance with the server side, obtaining the incoming POST payload and writing it to disk.
In fact, the portion of the docs you quoted about externals is related to HTML export, which of course is client side only and also, if I understand the need here correctly, unrelated to this server side concern.
But moreover, tsNet is for the client side of a client-server system. Unless I misunderstand, this thread requires assistance with the server side, obtaining the incoming POST payload and writing it to disk.
In fact, the portion of the docs you quoted about externals is related to HTML export, which of course is client side only and also, if I understand the need here correctly, unrelated to this server side concern.