MMF2 - Sending XML File via HTTP
I am creating an application where I want to send an XML file up to a server using HTTP. I understand this can be done with a POST command. I want the application to use Vitilized plugin so the extensions used must support this. I assume this is Moosock or Live Receiver.
Dones anyone have an example of this doing this. I want to be able to issue the command from within the program using port 80 so I don't have to set up routers.
I also want to be able to down load files using POST also.
On the server side I plan to have a MMF2 app running that will process the uploaded XML files.
Any examples or suggestions on if MMF2 can support this?
Re: MMF2 - Sending XML File via HTTP
moo sock is a bit overwhelming at the start.
but when you learn it it's Childishly simple.
for example.;
-connect to google.com , port 80
-send line: GET WWW.GOOGLE.COM.AU
-listen on port 80
<Gets hyper text.>
-connect to google.com , port 80
-send line: POST bla bla bla
<Posts.>
keep in mind;
your program should be running at a high frame rate while receiving sock information.
(below 200 will cause a lot of unnecessary waiting).