mw-ui.routes.load

Route which handles the upload of worlds/rules from the client.

load-page

(load-page)(load-page request)

If no args, show the load form; with args, load a world file from the client.

NOTE that this reads a Clojure form from an untrusted client and should almost certainly NOT be enabled on a public-facing site, especially not on the Internet.

TODO doesn’t work yet.