Hi,
I have the following scenario. I have database and web server app sitting at the hosting server which are used for the web access through the browser. On the client side I have client app and local database used for creating documents. I would like to generate XML files for the docs locally and upload them to the hosting server where I would have another application which will serve for receiving those XML packets and importing them into the database used for web access.
Which objects should be used for this purpose? I guess that connection to the hosting server can be achieved using NetSimple object, but I'm not sure how to upload file using it. Can I use NetFileServer and NetGetFile objects if sending/receiving files within LAN?
I would also have to download packages from the hosting server back to the client.
Any help is appreciated.
Thanks,
Alex