On Wed, Dec 16, 2009 at 18:58, Greg Akins <[email protected]> wrote: > curl =F "[email protected]" -F"sling:resourceType=foo/bar" -F"title=some > title" http://localhost:8080/content/mynode3
It should work, ending up with a subnode file of type nt:file, but the curl command should start like this: curl -F"[email protected]" ... Regards, Alex -- Alexander Klimetschek [email protected]
