Send data from web server to user computer
Mar 10, 2025 18:15:18 GMT -5
Post by rodsweb on Mar 10, 2025 18:15:18 GMT -5
Is it possible to write two runbasic progammes, on the web server and one on a user computer, so that data is transferred from one to the other?
As an example I have a Libertybasic program that enables the easy writing of web pages, just use 'word' type instruction to make the page (no html ftp etc.), then click on upload and the page is live on the web (see ecoww.com for example).
Currently I use POST, but that requires 3 or 4 extra clicks, can be difficult for non-programmers, plus recent downgrades to windows means that it now crashes on occasions.
It would be ideal to be able to link (via the RUN instruction) to a runbasic programme on the user computer, and send data to the server where a runbasic routine would load the data (web page) to the server.
As an example I have a Libertybasic program that enables the easy writing of web pages, just use 'word' type instruction to make the page (no html ftp etc.), then click on upload and the page is live on the web (see ecoww.com for example).
Currently I use POST, but that requires 3 or 4 extra clicks, can be difficult for non-programmers, plus recent downgrades to windows means that it now crashes on occasions.
It would be ideal to be able to link (via the RUN instruction) to a runbasic programme on the user computer, and send data to the server where a runbasic routine would load the data (web page) to the server.