Re: Updating CPublishSpaceDialog
Found what I was looking for (publishSpaceNamed) & have changed the "url :=" to
the location I want to send the world template data to.... now looking at these
2 lines:
=======
result := HTTPClient httpPostMultipart: url args: args.
Transcript show: result content.
=======
Now writing a PHP script to process what appears to be posted HTTP form
elements being sent (looked up "httpPostMultipart")? Not getting anything &
wondering if I am even close to being on the right track?